#CA737D

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

Shades of Charm #CA737D

Tints of Charm #CA737D

Color information

#CA737D (or 0xCA737D) is unknown color: approx Charm. HEX triplet: CA, 73 and 7D. RGB value is (202,115,125). Sum of RGB (Red+Green+Blue) = 202+115+125=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA737D is #358C82. Grayscale: #8E8E8E. Windows color (decimal): -3509379 or 8221642. OLE color: 8221642.

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

Color convert

RGB202115125-
CMYK00.430.380.21
HSL353.1º45.08%62.16%-
HSV(B)353.1º43.07%79.22%-
XYZ34.1926.322.68-
YUV142.15118.32170.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=45.70%
G=26.02%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211512500.430.380.21353.145.0862.16
HexCA737D02B26151612d3e
Octal31216317505346255415576
Binary1100101011100111111101010101110011010101101100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA737D; }

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

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

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

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

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

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

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

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