#CD5A6A

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

Shades of Cabaret #CD5A6A

Tints of Cabaret #CD5A6A

Color information

#CD5A6A (or 0xCD5A6A) is unknown color: approx Cabaret. HEX triplet: CD, 5A and 6A. RGB value is (205,90,106). Sum of RGB (Red+Green+Blue) = 205+90+106=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5A6A is #32A595. Grayscale: #7E7E7E. Windows color (decimal): -3319190 or 6970061. OLE color: 6970061.

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

Color convert

RGB20590106-
CMYK00.560.480.20
HSL351.65º53.49%57.84%-
HSV(B)351.65º56.1%80.39%-
XYZ31.4321.3316.1-
YUV126.21116.6184.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=51.12%
G=22.44%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059010600.560.480.20351.6553.4957.84
HexCD5A6A0383014160353a
Octal31513215207060245406572
Binary1100110110110101101010011100011000010100101100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A6A; }

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

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

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

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

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

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

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

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