#CA7076

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

Shades of Charm #CA7076

Tints of Charm #CA7076

Color information

#CA7076 (or 0xCA7076) is unknown color: approx Charm. HEX triplet: CA, 70 and 76. RGB value is (202,112,118). Sum of RGB (Red+Green+Blue) = 202+112+118=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7076 is #358F89. Grayscale: #8B8B8B. Windows color (decimal): -3510154 or 7762122. OLE color: 7762122.

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

Color convert

RGB202112118-
CMYK00.450.420.21
HSL356º45.92%61.57%-
HSV(B)356º44.55%79.22%-
XYZ33.4225.4520.29-
YUV139.59115.82172.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=46.76%
G=25.93%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211211800.450.420.2135645.9261.57
HexCA707602D2A151642e3e
Octal31216016605552255445676
Binary1100101011100001110110010110110101010101101100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7076; }

 p { color: rgb(202,112,118); }

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

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

 a { background-color: rgb(202,112,118); }

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

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

 span { border-color: rgb(202,112,118); }

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