#CD6076

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

Shades of Cabaret #CD6076

Tints of Cabaret #CD6076

Color information

#CD6076 (or 0xCD6076) is unknown color: approx Cabaret. HEX triplet: CD, 60 and 76. RGB value is (205,96,118). Sum of RGB (Red+Green+Blue) = 205+96+118=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6076 is #329F89. Grayscale: #838383. Windows color (decimal): -3317642 or 7758029. OLE color: 7758029.

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

Color convert

RGB20596118-
CMYK00.530.420.20
HSL347.89º52.15%59.02%-
HSV(B)347.89º53.17%80.39%-
XYZ32.6322.6519.79-
YUV131.1120.61180.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=48.93%
G=22.91%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059611800.530.420.20347.8952.1559.02
HexCD60760352A1415c343b
Octal31514016606552245346473
Binary1100110111000001110110011010110101010100101011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6076; }

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

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

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

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

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

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

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

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