Html Css Color HEX #CC5674 Cabaret

📋 copy color: '#CC5674'

red 204 ◦ green 86 ◦ blue 116

#CC5674
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #CC5674

Tints of Cabaret #CC5674

RGB

 RED value IS 204 (80.08% from 255) = 50.25%

 GREEN value IS 86 (33.98% from 255) = 21.18%

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 50.25%
G = 21.18%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC5674 (or 0xCC5674) is known color: Cabaret. HEX triplet: CC, 56 and 74. RGB value is (204,86,116). Sum of RGB (Red+Green+Blue) = 204+86+116=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5674 is #33A98B. Grayscale: #7C7C7C. Windows color (decimal): -3385740 or 7624396. OLE color: 7624396.

HSL color Cylindrical-coordinate representation of color #CC5674: hue angle of 344.75º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5674 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 116 -
CMYK 0 0.58 0.43 0.2
HSL 344.75º 0.54% 0.57% -
HSV(B) 344.75º 0.58% 0.8% -
XYZ 31.38 20.75 18.87 -
YUV 124.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 204 86 116 0 0.58 0.43 0.2 344.75 0.54 0.57
Hex CC 56 74 0 3A 2B 14 159 36 39
Octal 314 126 164 0 72 53 24 531 66 71
Binary 11001100 1010110 1110100 0 111010 101011 10100 101011001 110110 111001

Color Harmonies of #CC5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5674

Black with #CC5674

Text Example


Text Example

White with #CC5674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5674; }

 p { color: rgb(204,86,116); }

 H1.HeaderClassName
 {
   color: #CC5674;
 }
 .AnyTagClassName
 {
   color: #CC5674;
 }
</style>

background-color css

<style>
 a { background-color: #CC5674; }

 a { background-color: rgb(204,86,116); }

 div.DivClassName
 {
   background-color: #CC5674;
 }
 .BgClassName
 {
   background-color: #CC5674;
 }
</style>

border-color css

<style>
 span { border-color: #CC5674; }

 span { border-color: rgb(204,86,116); }

 td.TdClassName
 {
   border-color: #CC5674;
 }
 .TagClassName
 {
   border-color: #CC5674;
 }
</style>