#CD5769

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

Shades of Cabaret #CD5769

Tints of Cabaret #CD5769

Color information

#CD5769 (or 0xCD5769) is unknown color: approx Cabaret. HEX triplet: CD, 57 and 69. RGB value is (205,87,105). Sum of RGB (Red+Green+Blue) = 205+87+105=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5769 is #32A896. Grayscale: #7C7C7C. Windows color (decimal): -3319959 or 6903757. OLE color: 6903757.

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

Color convert

RGB20587105-
CMYK00.580.490.20
HSL350.85º54.13%57.25%-
HSV(B)350.85º57.56%80.39%-
XYZ31.1320.8215.74-
YUV124.33117.09185.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.64%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=51.64%
G=21.91%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058710500.580.490.20350.8554.1357.25
HexCD576903A311415f3639
Octal31512715107261245376671
Binary1100110110101111101001011101011000110100101011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5769; }

 p { color: rgb(205,87,105); }

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

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

 a { background-color: rgb(205,87,105); }

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

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

 span { border-color: rgb(205,87,105); }

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