#CD5D68

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

Shades of Cabaret #CD5D68

Tints of Cabaret #CD5D68

Color information

#CD5D68 (or 0xCD5D68) is unknown color: approx Cabaret. HEX triplet: CD, 5D and 68. RGB value is (205,93,104). Sum of RGB (Red+Green+Blue) = 205+93+104=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D68 is #32A297. Grayscale: #7F7F7F. Windows color (decimal): -3318424 or 6839757. OLE color: 6839757.

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

Color convert

RGB20593104-
CMYK00.550.490.20
HSL354.11º52.83%58.43%-
HSV(B)354.11º54.63%80.39%-
XYZ31.5921.8115.64-
YUV127.74114.61183.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=51.00%
G=23.13%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059310400.550.490.20354.1152.8358.43
HexCD5D680373114162353a
Octal31513515006761245426572
Binary1100110110111011101000011011111000110100101100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D68; }

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

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

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

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

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

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

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

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