Html Css Color HEX #CC6676 Cabaret

📋 copy color: '#CC6676'

red 204 ◦ green 102 ◦ blue 118

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

Shades of Cabaret #CC6676

Tints of Cabaret #CC6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.06%

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

R = 48.11%
G = 24.06%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6676 (or 0xCC6676) is known color: Cabaret. HEX triplet: CC, 66 and 76. RGB value is (204,102,118). Sum of RGB (Red+Green+Blue) = 204+102+118=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6676 is #339989. Grayscale: #868686. Windows color (decimal): -3381642 or 7759564. OLE color: 7759564.

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

Color convert

RGB 204 102 118 -
CMYK 0 0.5 0.42 0.2
HSL 350.59º 0.5% 0.6% -
HSV(B) 350.59º 0.5% 0.8% -
XYZ 32.92 23.65 19.97 -
YUV 134.32 118.79 177.7 -
System Red Green Blue C M Y K H S L
Decimal 204 102 118 0 0.5 0.42 0.2 350.59 0.5 0.6
Hex CC 66 76 0 32 2A 14 15F 32 3C
Octal 314 146 166 0 62 52 24 537 62 74
Binary 11001100 1100110 1110110 0 110010 101010 10100 101011111 110010 111100

Color Harmonies of #CC6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6676

Black with #CC6676

Text Example


Text Example

White with #CC6676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6676; }

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

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

background-color css

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

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

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

border-color css

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

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

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