Html Css Color HEX #CC6576 Cabaret

📋 copy color: '#CC6576'

red 204 ◦ green 101 ◦ blue 118

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

Shades of Cabaret #CC6576

Tints of Cabaret #CC6576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 48.23%
G = 23.88%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6576 (or 0xCC6576) is known color: Cabaret. HEX triplet: CC, 65 and 76. RGB value is (204,101,118). Sum of RGB (Red+Green+Blue) = 204+101+118=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6576 is #339A89. Grayscale: #858585. Windows color (decimal): -3381898 or 7759308. OLE color: 7759308.

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

Color convert

RGB 204 101 118 -
CMYK 0 0.50 0.42 0.2
HSL 350.1º 0.5% 0.6% -
HSV(B) 350.1º 0.5% 0.8% -
XYZ 32.83 23.45 19.94 -
YUV 133.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 204 101 118 0 0.50 0.42 0.2 350.1 0.5 0.6
Hex CC 65 76 0 32 2A 14 15E 32 3C
Octal 314 145 166 0 62 52 24 536 62 74
Binary 11001100 1100101 1110110 0 110010 101010 10100 101011110 110010 111100

Color Harmonies of #CC6576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6576

Black with #CC6576

Text Example


Text Example

White with #CC6576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6576; }

 p { color: rgb(204,101,118); }

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

background-color css

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

 a { background-color: rgb(204,101,118); }

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

border-color css

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

 span { border-color: rgb(204,101,118); }

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