#CD5C6F

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

Shades of Cabaret #CD5C6F

Tints of Cabaret #CD5C6F

Color information

#CD5C6F (or 0xCD5C6F) is unknown color: approx Cabaret. HEX triplet: CD, 5C and 6F. RGB value is (205,92,111). Sum of RGB (Red+Green+Blue) = 205+92+111=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C6F is #32A390. Grayscale: #7F7F7F. Windows color (decimal): -3318673 or 7298253. OLE color: 7298253.

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

Color convert

RGB20592111-
CMYK00.550.460.20
HSL349.91º53.05%58.24%-
HSV(B)349.91º55.12%80.39%-
XYZ31.8721.7817.56-
YUV127.95118.44182.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 92 (36.33% from 255) = 22.55%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=50.25%
G=22.55%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059211100.550.460.20349.9153.0558.24
HexCD5C6F0372E1415e353a
Octal31513415706756245366572
Binary1100110110111001101111011011110111010100101011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C6F; }

 p { color: rgb(205,92,111); }

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

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

 a { background-color: rgb(205,92,111); }

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

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

 span { border-color: rgb(205,92,111); }

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