#cd5268

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

Shades of Cabaret #CD5268

Tints of Cabaret #CD5268

Color information

#CD5268 (or 0xCD5268) is unknown color: approx Cabaret. HEX triplet: CD, 52 and 68. RGB value is (205,82,104). Sum of RGB (Red+Green+Blue) = 205+82+104=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5268 is #32AD97. Grayscale: #797979. Windows color (decimal): -3321240 or 6836941. OLE color: 6836941.

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

Color convert

RGB20582104-
CMYK00.60.490.20
HSL349.27º55.16%56.27%-
HSV(B)349.27º60%80.39%-
XYZ30.6920.0115.34-
YUV121.28118.25187.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.43%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=52.43%
G=20.97%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058210400.60.490.20349.2755.1656.27
HexCD526803C311415d3738
Octal31512215007461245356770
Binary1100110110100101101000011110011000110100101011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5268; }

 p { color: rgb(205,82,104); }

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

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

 a { background-color: rgb(205,82,104); }

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

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

 span { border-color: rgb(205,82,104); }

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