#CD6472

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

Shades of Cabaret #CD6472

Tints of Cabaret #CD6472

Color information

#CD6472 (or 0xCD6472) is unknown color: approx Cabaret. HEX triplet: CD, 64 and 72. RGB value is (205,100,114). Sum of RGB (Red+Green+Blue) = 205+100+114=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6472 is #329B8D. Grayscale: #858585. Windows color (decimal): -3316622 or 7496909. OLE color: 7496909.

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

Color convert

RGB205100114-
CMYK00.510.440.20
HSL352º51.22%59.8%-
HSV(B)352º51.22%80.39%-
XYZ32.7723.3118.69-
YUV132.99117.29179.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=48.93%
G=23.87%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510011400.510.440.2035251.2259.8
HexCD64720332C14160333c
Octal31514416206354245406374
Binary1100110111001001110010011001110110010100101100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6472; }

 p { color: rgb(205,100,114); }

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

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

 a { background-color: rgb(205,100,114); }

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

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

 span { border-color: rgb(205,100,114); }

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