#CA576E

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

Shades of Cabaret #CA576E

Tints of Cabaret #CA576E

Color information

#CA576E (or 0xCA576E) is unknown color: approx Cabaret. HEX triplet: CA, 57 and 6E. RGB value is (202,87,110). Sum of RGB (Red+Green+Blue) = 202+87+110=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA576E is #35A891. Grayscale: #7C7C7C. Windows color (decimal): -3516562 or 7231434. OLE color: 7231434.

HSL color Cylindrical-coordinate representation of color #CA576E: hue angle of 348º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA576E is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB20287110-
CMYK00.570.460.21
HSL348º52.04%56.67%-
HSV(B)348º56.93%79.22%-
XYZ30.5820.517.1-
YUV124.01120.1183.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=50.63%
G=21.80%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028711000.570.460.2134852.0456.67
HexCA576E0392E1515c3439
Octal31212715607156255346471
Binary1100101010101111101110011100110111010101101011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA576E; }

 p { color: rgb(202,87,110); }

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

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

 a { background-color: rgb(202,87,110); }

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

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

 span { border-color: rgb(202,87,110); }

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