#CA737A

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

Shades of Charm #CA737A

Tints of Charm #CA737A

Color information

#CA737A (or 0xCA737A) is unknown color: approx Charm. HEX triplet: CA, 73 and 7A. RGB value is (202,115,122). Sum of RGB (Red+Green+Blue) = 202+115+122=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA737A is #358C85. Grayscale: #8D8D8D. Windows color (decimal): -3509382 or 8025034. OLE color: 8025034.

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

Color convert

RGB202115122-
CMYK00.430.400.21
HSL355.17º45.08%62.16%-
HSV(B)355.17º43.07%79.22%-
XYZ3426.2221.68-
YUV141.81116.82170.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=46.01%
G=26.20%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211512200.430.400.21355.1745.0862.16
HexCA737A02B28151632d3e
Octal31216317205350255435576
Binary1100101011100111111010010101110100010101101100011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA737A; }

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

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

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

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

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

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

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

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