#CC4C6C

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

Shades of Cabaret #CC4C6C

Tints of Cabaret #CC4C6C

Color information

#CC4C6C (or 0xCC4C6C) is unknown color: approx Cabaret. HEX triplet: CC, 4C and 6C. RGB value is (204,76,108). Sum of RGB (Red+Green+Blue) = 204+76+108=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C6C is #33B393. Grayscale: #757575. Windows color (decimal): -3388308 or 7097548. OLE color: 7097548.

HSL color Cylindrical-coordinate representation of color #CC4C6C: hue angle of 345º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4C6C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB20476108-
CMYK00.630.470.2
HSL345º55.65%54.9%-
HSV(B)345º62.75%80%-
XYZ30.1919.0916.28-
YUV117.92122.41189.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=52.58%
G=19.59%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047610800.630.470.234555.6554.9
HexCC4C6C03F2F141593837
Octal31411415407757245317067
Binary1100110010011001101100011111110111110100101011001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C6C; }

 p { color: rgb(204,76,108); }

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

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

 a { background-color: rgb(204,76,108); }

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

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

 span { border-color: rgb(204,76,108); }

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