#CC4D74

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

Shades of Cabaret #CC4D74

Tints of Cabaret #CC4D74

Color information

#CC4D74 (or 0xCC4D74) is unknown color: approx Cabaret. HEX triplet: CC, 4D and 74. RGB value is (204,77,116). Sum of RGB (Red+Green+Blue) = 204+77+116=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D74 is #33B28B. Grayscale: #777777. Windows color (decimal): -3388044 or 7622092. OLE color: 7622092.

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

Color convert

RGB20477116-
CMYK00.620.430.2
HSL341.57º55.46%55.1%-
HSV(B)341.57º62.25%80%-
XYZ30.7119.4118.65-
YUV119.42126.08188.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 77 (30.47% from 255) = 19.40%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=51.39%
G=19.40%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047711600.620.430.2341.5755.4655.1
HexCC4D7403E2B141563737
Octal31411516407653245266767
Binary1100110010011011110100011111010101110100101010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4D74; }

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

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

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

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

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

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

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

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