#CC6479

Color #CC6479 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CC6479

Tints of Cabaret #CC6479

Color information

#CC6479 (or 0xCC6479) is unknown color: approx Cabaret. HEX triplet: CC, 64 and 79. RGB value is (204,100,121). Sum of RGB (Red+Green+Blue) = 204+100+121=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6479 is #339B86. Grayscale: #858585. Windows color (decimal): -3382151 or 7955660. OLE color: 7955660.

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

Color convert

RGB204100121-
CMYK00.510.410.2
HSL347.88º50.49%59.61%-
HSV(B)347.88º50.98%80%-
XYZ32.9123.3320.86-
YUV133.49120.96178.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=48%
G=23.53%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410012100.510.410.2347.8850.4959.61
HexCC6479033291415c323c
Octal31414417106351245346274
Binary1100110011001001111001011001110100110100101011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6479; }

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

 H1.HeaderClassName
 {
   color: #CC6479;
 }
 .AnyTagClassName
 {
   color: #CC6479;
 }
</style>
background-color css

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

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

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

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

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

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