#CA5F7A

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

Shades of Cabaret #CA5F7A

Tints of Cabaret #CA5F7A

Color information

#CA5F7A (or 0xCA5F7A) is unknown color: approx Cabaret. HEX triplet: CA, 5F and 7A. RGB value is (202,95,122). Sum of RGB (Red+Green+Blue) = 202+95+122=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F7A is #35A085. Grayscale: #828282. Windows color (decimal): -3514502 or 8019914. OLE color: 8019914.

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

Color convert

RGB20295122-
CMYK00.530.400.21
HSL344.86º50.23%58.24%-
HSV(B)344.86º52.97%79.22%-
XYZ31.9622.1521-
YUV130.07123.45179.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=48.21%
G=22.67%
B=29.12%

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
Decimal2029512200.530.400.21344.8650.2358.24
HexCA5F7A0352815159323a
Octal31213717206550255316272
Binary1100101010111111111010011010110100010101101011001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5F7A; }

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

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

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

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

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

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

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

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