#CC6478

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

Shades of Cabaret #CC6478

Tints of Cabaret #CC6478

Color information

#CC6478 (or 0xCC6478) is unknown color: approx Cabaret. HEX triplet: CC, 64 and 78. RGB value is (204,100,120). Sum of RGB (Red+Green+Blue) = 204+100+120=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6478 is #339B87. Grayscale: #858585. Windows color (decimal): -3382152 or 7890124. OLE color: 7890124.

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

Color convert

RGB204100120-
CMYK00.510.410.2
HSL348.46º50.49%59.61%-
HSV(B)348.46º50.98%80%-
XYZ32.8523.3120.54-
YUV133.38120.46178.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=48.11%
G=23.58%
B=28.30%

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
Decimal20410012000.510.410.2348.4650.4959.61
HexCC6478033291415c323c
Octal31414417006351245346274
Binary1100110011001001111000011001110100110100101011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6478; }

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

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

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

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

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

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

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

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