Html Css Color HEX #CC6477 Cabaret

📋 copy color: '#CC6477'

red 204 ◦ green 100 ◦ blue 119

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

Shades of Cabaret #CC6477

Tints of Cabaret #CC6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

 BLUE value IS 119 (46.88% from 255) = 28.13%

R = 48.23%
G = 23.64%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6477 (or 0xCC6477) is known color: Cabaret. HEX triplet: CC, 64 and 77. RGB value is (204,100,119). Sum of RGB (Red+Green+Blue) = 204+100+119=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6477 is #339B88. Grayscale: #858585. Windows color (decimal): -3382153 or 7824588. OLE color: 7824588.

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

Color convert

RGB 204 100 119 -
CMYK 0 0.51 0.42 0.2
HSL 349.04º 0.5% 0.6% -
HSV(B) 349.04º 0.51% 0.8% -
XYZ 32.79 23.28 20.22 -
YUV 133.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 204 100 119 0 0.51 0.42 0.2 349.04 0.5 0.6
Hex CC 64 77 0 33 2A 14 15D 32 3C
Octal 314 144 167 0 63 52 24 535 62 74
Binary 11001100 1100100 1110111 0 110011 101010 10100 101011101 110010 111100

Color Harmonies of #CC6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6477

Black with #CC6477

Text Example


Text Example

White with #CC6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6477; }

 p { color: rgb(204,100,119); }

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

background-color css

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

 a { background-color: rgb(204,100,119); }

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

border-color css

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

 span { border-color: rgb(204,100,119); }

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