#CC4B73

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

Shades of Cabaret #CC4B73

Tints of Cabaret #CC4B73

Color information

#CC4B73 (or 0xCC4B73) is unknown color: approx Cabaret. HEX triplet: CC, 4B and 73. RGB value is (204,75,115). Sum of RGB (Red+Green+Blue) = 204+75+115=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B73 is #33B48C. Grayscale: #767676. Windows color (decimal): -3388557 or 7556044. OLE color: 7556044.

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

Color convert

RGB20475115-
CMYK00.630.440.2
HSL341.4º55.84%54.71%-
HSV(B)341.4º63.24%80%-
XYZ30.5119.1118.3-
YUV118.13126.24189.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=51.78%
G=19.04%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047511500.630.440.2341.455.8454.71
HexCC4B7303F2C141553837
Octal31411316307754245257067
Binary1100110010010111110011011111110110010100101010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4B73; }

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

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

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

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

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

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

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

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