#CD576A

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

Shades of Cabaret #CD576A

Tints of Cabaret #CD576A

Color information

#CD576A (or 0xCD576A) is unknown color: approx Cabaret. HEX triplet: CD, 57 and 6A. RGB value is (205,87,106). Sum of RGB (Red+Green+Blue) = 205+87+106=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD576A is #32A895. Grayscale: #7C7C7C. Windows color (decimal): -3319958 or 6969293. OLE color: 6969293.

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

Color convert

RGB20587106-
CMYK00.580.480.20
HSL350.34º54.13%57.25%-
HSV(B)350.34º57.56%80.39%-
XYZ31.1920.8416.01-
YUV124.45117.59185.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 87 (34.38% from 255) = 21.86%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=51.51%
G=21.86%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058710600.580.480.20350.3454.1357.25
HexCD576A03A301415e3639
Octal31512715207260245366671
Binary1100110110101111101010011101011000010100101011110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD576A; }

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

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

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

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

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

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

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

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