#CC4B74

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

Shades of Cabaret #CC4B74

Tints of Cabaret #CC4B74

Color information

#CC4B74 (or 0xCC4B74) is unknown color: approx Cabaret. HEX triplet: CC, 4B and 74. RGB value is (204,75,116). Sum of RGB (Red+Green+Blue) = 204+75+116=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B74 is #33B48B. Grayscale: #767676. Windows color (decimal): -3388556 or 7621580. OLE color: 7621580.

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

Color convert

RGB20475116-
CMYK00.630.430.2
HSL340.93º55.84%54.71%-
HSV(B)340.93º63.24%80%-
XYZ30.5719.1318.6-
YUV118.24126.74189.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=51.65%
G=18.99%
B=29.37%

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
Decimal2047511600.630.430.2340.9355.8454.71
HexCC4B7403F2B141553837
Octal31411316407753245257067
Binary1100110010010111110100011111110101110100101010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4B74; }

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

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

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

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

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

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

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

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