Html Css Color HEX #CC4866 Cabaret

📋 copy color: '#CC4866'

red 204 ◦ green 72 ◦ blue 102

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

Shades of Cabaret #CC4866

Tints of Cabaret #CC4866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

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

R = 53.97%
G = 19.05%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC4866 (or 0xCC4866) is known color: Cabaret. HEX triplet: CC, 48 and 66. RGB value is (204,72,102). Sum of RGB (Red+Green+Blue) = 204+72+102=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4866 is #33B799. Grayscale: #727272. Windows color (decimal): -3389338 or 6703308. OLE color: 6703308.

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

Color convert

RGB 204 72 102 -
CMYK 0 0.65 0.5 0.2
HSL 346.36º 0.56% 0.54% -
HSV(B) 346.36º 0.65% 0.8% -
XYZ 29.62 18.43 14.57 -
YUV 114.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 204 72 102 0 0.65 0.5 0.2 346.36 0.56 0.54
Hex CC 48 66 0 41 32 14 15A 38 36
Octal 314 110 146 0 101 62 24 532 70 66
Binary 11001100 1001000 1100110 0 1000001 110010 10100 101011010 111000 110110

Color Harmonies of #CC4866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4866

Black with #CC4866

Text Example


Text Example

White with #CC4866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4866; }

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

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

background-color css

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

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

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

border-color css

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

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

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