Html Css Color HEX #CC5866 Cabaret

📋 copy color: '#CC5866'

red 204 ◦ green 88 ◦ blue 102

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

Shades of Cabaret #CC5866

Tints of Cabaret #CC5866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 51.78%
G = 22.34%
B = 25.89%

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

#CC5866 (or 0xCC5866) is known color: Cabaret. HEX triplet: CC, 58 and 66. RGB value is (204,88,102). Sum of RGB (Red+Green+Blue) = 204+88+102=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5866 is #33A799. Grayscale: #7C7C7C. Windows color (decimal): -3385242 or 6707404. OLE color: 6707404.

HSL color Cylindrical-coordinate representation of color #CC5866: hue angle of 352.76º 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 #CC5866 is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 102 -
CMYK 0 0.57 0.5 0.2
HSL 352.76º 0.53% 0.57% -
HSV(B) 352.76º 0.57% 0.8% -
XYZ 30.79 20.78 14.96 -
YUV 124.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 204 88 102 0 0.57 0.5 0.2 352.76 0.53 0.57
Hex CC 58 66 0 39 32 14 161 35 39
Octal 314 130 146 0 71 62 24 541 65 71
Binary 11001100 1011000 1100110 0 111001 110010 10100 101100001 110101 111001

Color Harmonies of #CC5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5866

Black with #CC5866

Text Example


Text Example

White with #CC5866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5866; }

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

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

background-color css

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

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

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

border-color css

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

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

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