#CD6872

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

Shades of Cabaret #CD6872

Tints of Cabaret #CD6872

Color information

#CD6872 (or 0xCD6872) is unknown color: approx Cabaret. HEX triplet: CD, 68 and 72. RGB value is (205,104,114). Sum of RGB (Red+Green+Blue) = 205+104+114=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6872 is #32978D. Grayscale: #878787. Windows color (decimal): -3315598 or 7497933. OLE color: 7497933.

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

Color convert

RGB205104114-
CMYK00.490.440.20
HSL354.06º50.25%60.59%-
HSV(B)354.06º49.27%80.39%-
XYZ33.1624.0918.82-
YUV135.34115.96177.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=48.46%
G=24.59%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510411400.490.440.20354.0650.2560.59
HexCD68720312C14162323d
Octal31515016206154245426275
Binary1100110111010001110010011000110110010100101100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6872; }

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

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

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

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

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

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

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

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