#CA737C

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

Shades of Charm #CA737C

Tints of Charm #CA737C

Color information

#CA737C (or 0xCA737C) is unknown color: approx Charm. HEX triplet: CA, 73 and 7C. RGB value is (202,115,124). Sum of RGB (Red+Green+Blue) = 202+115+124=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA737C is #358C83. Grayscale: #8E8E8E. Windows color (decimal): -3509380 or 8156106. OLE color: 8156106.

HSL color Cylindrical-coordinate representation of color #CA737C: hue angle of 353.79º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA737C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202115124-
CMYK00.430.390.21
HSL353.79º45.08%62.16%-
HSV(B)353.79º43.07%79.22%-
XYZ34.1326.2722.34-
YUV142.04117.82170.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=45.80%
G=26.08%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211512400.430.390.21353.7945.0862.16
HexCA737C02B27151622d3e
Octal31216317405347255425576
Binary1100101011100111111100010101110011110101101100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA737C; }

 p { color: rgb(202,115,124); }

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

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

 a { background-color: rgb(202,115,124); }

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

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

 span { border-color: rgb(202,115,124); }

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