#CA5A6B

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

Shades of Cabaret #CA5A6B

Tints of Cabaret #CA5A6B

Color information

#CA5A6B (or 0xCA5A6B) is unknown color: approx Cabaret. HEX triplet: CA, 5A and 6B. RGB value is (202,90,107). Sum of RGB (Red+Green+Blue) = 202+90+107=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A6B is #35A594. Grayscale: #7D7D7D. Windows color (decimal): -3515797 or 7035594. OLE color: 7035594.

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

Color convert

RGB20290107-
CMYK00.550.470.21
HSL350.89º51.38%57.25%-
HSV(B)350.89º55.45%79.22%-
XYZ30.6720.9316.33-
YUV125.43117.61182.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=50.63%
G=22.56%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029010700.550.470.21350.8951.3857.25
HexCA5A6B0372F1515f3339
Octal31213215306757255376371
Binary1100101010110101101011011011110111110101101011111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A6B; }

 p { color: rgb(202,90,107); }

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

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

 a { background-color: rgb(202,90,107); }

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

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

 span { border-color: rgb(202,90,107); }

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