#CC4C74

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

Shades of Cabaret #CC4C74

Tints of Cabaret #CC4C74

Color information

#CC4C74 (or 0xCC4C74) is unknown color: approx Cabaret. HEX triplet: CC, 4C and 74. RGB value is (204,76,116). Sum of RGB (Red+Green+Blue) = 204+76+116=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C74 is #33B38B. Grayscale: #767676. Windows color (decimal): -3388300 or 7621836. OLE color: 7621836.

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

Color convert

RGB20476116-
CMYK00.630.430.2
HSL341.25º55.65%54.9%-
HSV(B)341.25º62.75%80%-
XYZ30.6419.2718.63-
YUV118.83126.41188.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 76 (30.08% from 255) = 19.19%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=51.52%
G=19.19%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047611600.630.430.2341.2555.6554.9
HexCC4C7403F2B141553837
Octal31411416407753245257067
Binary1100110010011001110100011111110101110100101010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C74; }

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

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

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

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

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

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

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

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