#CD4874

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

Shades of Cabaret #CD4874

Tints of Cabaret #CD4874

Color information

#CD4874 (or 0xCD4874) is unknown color: approx Cabaret. HEX triplet: CD, 48 and 74. RGB value is (205,72,116). Sum of RGB (Red+Green+Blue) = 205+72+116=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4874 is #32B78B. Grayscale: #747474. Windows color (decimal): -3323788 or 7620813. OLE color: 7620813.

HSL color Cylindrical-coordinate representation of color #CD4874: hue angle of 340.15º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4874 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB20572116-
CMYK00.650.430.20
HSL340.15º57.08%54.31%-
HSV(B)340.15º64.88%80.39%-
XYZ30.6518.8718.55-
YUV116.78127.56190.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.16%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=52.16%
G=18.32%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057211600.650.430.20340.1557.0854.31
HexCD48740412B141543936
Octal315110164010153245247166
Binary11001101100100011101000100000110101110100101010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4874; }

 p { color: rgb(205,72,116); }

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

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

 a { background-color: rgb(205,72,116); }

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

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

 span { border-color: rgb(205,72,116); }

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