#CD5F69

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

Shades of Cabaret #CD5F69

Tints of Cabaret #CD5F69

Color information

#CD5F69 (or 0xCD5F69) is unknown color: approx Cabaret. HEX triplet: CD, 5F and 69. RGB value is (205,95,105). Sum of RGB (Red+Green+Blue) = 205+95+105=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5F69 is #32A096. Grayscale: #818181. Windows color (decimal): -3317911 or 6905805. OLE color: 6905805.

HSL color Cylindrical-coordinate representation of color #CD5F69: hue angle of 354.55º 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 #CD5F69 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB20595105-
CMYK00.540.490.20
HSL354.55º52.38%58.82%-
HSV(B)354.55º53.66%80.39%-
XYZ31.8222.1815.97-
YUV129.03114.44182.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=50.62%
G=23.46%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059510500.540.490.20354.5552.3858.82
HexCD5F690363114163343b
Octal31513715106661245436473
Binary1100110110111111101001011011011000110100101100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F69; }

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

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

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

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

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

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

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

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