#CD5A68

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

Shades of Cabaret #CD5A68

Tints of Cabaret #CD5A68

Color information

#CD5A68 (or 0xCD5A68) is unknown color: approx Cabaret. HEX triplet: CD, 5A and 68. RGB value is (205,90,104). Sum of RGB (Red+Green+Blue) = 205+90+104=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5A68 is #32A597. Grayscale: #7E7E7E. Windows color (decimal): -3319192 or 6838989. OLE color: 6838989.

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

Color convert

RGB20590104-
CMYK00.560.490.20
HSL352.7º53.49%57.84%-
HSV(B)352.7º56.1%80.39%-
XYZ31.3321.2915.55-
YUV125.98115.6184.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.38%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=51.38%
G=22.56%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059010400.560.490.20352.753.4957.84
HexCD5A680383114161353a
Octal31513215007061245416572
Binary1100110110110101101000011100011000110100101100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A68; }

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

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

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

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

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

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

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

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