#CA556E

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

Shades of Cabaret #CA556E

Tints of Cabaret #CA556E

Color information

#CA556E (or 0xCA556E) is unknown color: approx Cabaret. HEX triplet: CA, 55 and 6E. RGB value is (202,85,110). Sum of RGB (Red+Green+Blue) = 202+85+110=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA556E is #35AA91. Grayscale: #7A7A7A. Windows color (decimal): -3517074 or 7230922. OLE color: 7230922.

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

Color convert

RGB20285110-
CMYK00.580.460.21
HSL347.18º52.47%56.27%-
HSV(B)347.18º57.92%79.22%-
XYZ30.4220.1817.04-
YUV122.83120.76184.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=50.88%
G=21.41%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028511000.580.460.21347.1852.4756.27
HexCA556E03A2E1515b3438
Octal31212515607256255336470
Binary1100101010101011101110011101010111010101101011011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA556E; }

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

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

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

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

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

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

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

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