#CD6772

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

Shades of Cabaret #CD6772

Tints of Cabaret #CD6772

Color information

#CD6772 (or 0xCD6772) is unknown color: approx Cabaret. HEX triplet: CD, 67 and 72. RGB value is (205,103,114). Sum of RGB (Red+Green+Blue) = 205+103+114=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6772 is #32988D. Grayscale: #868686. Windows color (decimal): -3315854 or 7497677. OLE color: 7497677.

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

Color convert

RGB205103114-
CMYK00.500.440.20
HSL353.53º50.5%60.39%-
HSV(B)353.53º49.76%80.39%-
XYZ33.0623.8918.79-
YUV134.75116.29178.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=48.58%
G=24.41%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510311400.500.440.20353.5350.560.39
HexCD67720322C14162323c
Octal31514716206254245426274
Binary1100110111001111110010011001010110010100101100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6772; }

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

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

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

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

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

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

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

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