Html Css Color HEX #CC5766 Cabaret

📋 copy color: '#CC5766'

red 204 ◦ green 87 ◦ blue 102

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

Shades of Cabaret #CC5766

Tints of Cabaret #CC5766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.14%

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 51.91%
G = 22.14%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC5766 (or 0xCC5766) is known color: Cabaret. HEX triplet: CC, 57 and 66. RGB value is (204,87,102). Sum of RGB (Red+Green+Blue) = 204+87+102=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5766 is #33A899. Grayscale: #7B7B7B. Windows color (decimal): -3385498 or 6707148. OLE color: 6707148.

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

Color convert

RGB 204 87 102 -
CMYK 0 0.57 0.5 0.2
HSL 352.31º 0.53% 0.57% -
HSV(B) 352.31º 0.57% 0.8% -
XYZ 30.71 20.61 14.93 -
YUV 123.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 204 87 102 0 0.57 0.5 0.2 352.31 0.53 0.57
Hex CC 57 66 0 39 32 14 160 35 39
Octal 314 127 146 0 71 62 24 540 65 71
Binary 11001100 1010111 1100110 0 111001 110010 10100 101100000 110101 111001

Color Harmonies of #CC5766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5766

Black with #CC5766

Text Example


Text Example

White with #CC5766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5766; }

 p { color: rgb(204,87,102); }

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

background-color css

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

 a { background-color: rgb(204,87,102); }

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

border-color css

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

 span { border-color: rgb(204,87,102); }

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