#CC4F74

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

Shades of Cabaret #CC4F74

Tints of Cabaret #CC4F74

Color information

#CC4F74 (or 0xCC4F74) is unknown color: approx Cabaret. HEX triplet: CC, 4F and 74. RGB value is (204,79,116). Sum of RGB (Red+Green+Blue) = 204+79+116=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F74 is #33B08B. Grayscale: #787878. Windows color (decimal): -3387532 or 7622604. OLE color: 7622604.

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

Color convert

RGB20479116-
CMYK00.610.430.2
HSL342.24º55.07%55.49%-
HSV(B)342.24º61.27%80%-
XYZ30.8519.6918.7-
YUV120.59125.41187.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=51.13%
G=19.80%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047911600.610.430.2342.2455.0755.49
HexCC4F7403D2B141563737
Octal31411716407553245266767
Binary1100110010011111110100011110110101110100101010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F74; }

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

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

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

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

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

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

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

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