#CD4260

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

Shades of Cabaret #CD4260

Tints of Cabaret #CD4260

Color information

#CD4260 (or 0xCD4260) is unknown color: approx Cabaret. HEX triplet: CD, 42 and 60. RGB value is (205,66,96). Sum of RGB (Red+Green+Blue) = 205+66+96=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4260 is #32BD9F. Grayscale: #6F6F6F. Windows color (decimal): -3325344 or 6308557. OLE color: 6308557.

HSL color Cylindrical-coordinate representation of color #CD4260: hue angle of 347.05º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4260 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB2056696-
CMYK00.680.530.20
HSL347.05º58.16%53.14%-
HSV(B)347.05º67.8%80.39%-
XYZ29.2417.7212.95-
YUV110.98119.55195.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.86%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=55.86%
G=17.98%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205669600.680.530.20347.0558.1653.14
HexCD4260044351415b3a35
Octal315102140010465245337265
Binary11001101100001011000000100010011010110100101011011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4260; }

 p { color: rgb(205,66,96); }

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

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

 a { background-color: rgb(205,66,96); }

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

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

 span { border-color: rgb(205,66,96); }

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