#CA7379

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

Shades of Charm #CA7379

Tints of Charm #CA7379

Color information

#CA7379 (or 0xCA7379) is unknown color: approx Charm. HEX triplet: CA, 73 and 79. RGB value is (202,115,121). Sum of RGB (Red+Green+Blue) = 202+115+121=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7379 is #358C86. Grayscale: #8D8D8D. Windows color (decimal): -3509383 or 7959498. OLE color: 7959498.

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

Color convert

RGB202115121-
CMYK00.430.400.21
HSL355.86º45.08%62.16%-
HSV(B)355.86º43.07%79.22%-
XYZ33.9426.221.36-
YUV141.7116.32171.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=46.12%
G=26.26%
B=27.63%

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
Decimal20211512100.430.400.21355.8645.0862.16
HexCA737902B28151642d3e
Octal31216317105350255445576
Binary1100101011100111111001010101110100010101101100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7379; }

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

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

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

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

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

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

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

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