#CA5F79

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

Shades of Cabaret #CA5F79

Tints of Cabaret #CA5F79

Color information

#CA5F79 (or 0xCA5F79) is unknown color: approx Cabaret. HEX triplet: CA, 5F and 79. RGB value is (202,95,121). Sum of RGB (Red+Green+Blue) = 202+95+121=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F79 is #35A086. Grayscale: #818181. Windows color (decimal): -3514503 or 7954378. OLE color: 7954378.

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

Color convert

RGB20295121-
CMYK00.530.400.21
HSL345.42º50.23%58.24%-
HSV(B)345.42º52.97%79.22%-
XYZ31.922.1220.68-
YUV129.96122.95179.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=48.33%
G=22.73%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029512100.530.400.21345.4250.2358.24
HexCA5F790352815159323a
Octal31213717106550255316272
Binary1100101010111111111001011010110100010101101011001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5F79; }

 p { color: rgb(202,95,121); }

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

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

 a { background-color: rgb(202,95,121); }

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

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

 span { border-color: rgb(202,95,121); }

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