#CA5F6E

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

Shades of Cabaret #CA5F6E

Tints of Cabaret #CA5F6E

Color information

#CA5F6E (or 0xCA5F6E) is unknown color: approx Cabaret. HEX triplet: CA, 5F and 6E. RGB value is (202,95,110). Sum of RGB (Red+Green+Blue) = 202+95+110=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F6E is #35A091. Grayscale: #808080. Windows color (decimal): -3514514 or 7233482. OLE color: 7233482.

HSL color Cylindrical-coordinate representation of color #CA5F6E: hue angle of 351.59º 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 #CA5F6E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB20295110-
CMYK00.530.460.21
HSL351.59º50.23%58.24%-
HSV(B)351.59º52.97%79.22%-
XYZ31.2621.8717.32-
YUV128.7117.45180.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=49.63%
G=23.34%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029511000.530.460.21351.5950.2358.24
HexCA5F6E0352E15160323a
Octal31213715606556255406272
Binary1100101010111111101110011010110111010101101100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5F6E; }

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

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

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

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

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

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

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

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