#CD5F6D

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

Shades of Cabaret #CD5F6D

Tints of Cabaret #CD5F6D

Color information

#CD5F6D (or 0xCD5F6D) is unknown color: approx Cabaret. HEX triplet: CD, 5F and 6D. RGB value is (205,95,109). Sum of RGB (Red+Green+Blue) = 205+95+109=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5F6D is #32A092. Grayscale: #818181. Windows color (decimal): -3317907 or 7167949. OLE color: 7167949.

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

Color convert

RGB20595109-
CMYK00.540.470.20
HSL352.36º52.38%58.82%-
HSV(B)352.36º53.66%80.39%-
XYZ32.0322.2717.08-
YUV129.49116.44181.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=50.12%
G=23.23%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059510900.540.470.20352.3652.3858.82
HexCD5F6D0362F14160343b
Octal31513715506657245406473
Binary1100110110111111101101011011010111110100101100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F6D; }

 p { color: rgb(205,95,109); }

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

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

 a { background-color: rgb(205,95,109); }

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

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

 span { border-color: rgb(205,95,109); }

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