#CD5C6A

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

Shades of Cabaret #CD5C6A

Tints of Cabaret #CD5C6A

Color information

#CD5C6A (or 0xCD5C6A) is unknown color: approx Cabaret. HEX triplet: CD, 5C and 6A. RGB value is (205,92,106). Sum of RGB (Red+Green+Blue) = 205+92+106=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C6A is #32A395. Grayscale: #7F7F7F. Windows color (decimal): -3318678 or 6970573. OLE color: 6970573.

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

Color convert

RGB20592106-
CMYK00.550.480.20
HSL352.57º53.05%58.24%-
HSV(B)352.57º55.12%80.39%-
XYZ31.6121.6716.15-
YUV127.38115.94183.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=50.87%
G=22.83%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059210600.550.480.20352.5753.0558.24
HexCD5C6A0373014161353a
Octal31513415206760245416572
Binary1100110110111001101010011011111000010100101100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C6A; }

 p { color: rgb(205,92,106); }

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

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

 a { background-color: rgb(205,92,106); }

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

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

 span { border-color: rgb(205,92,106); }

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