#CA7080

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

Shades of Charm #CA7080

Tints of Charm #CA7080

Color information

#CA7080 (or 0xCA7080) is unknown color: approx Charm. HEX triplet: CA, 70 and 80. RGB value is (202,112,128). Sum of RGB (Red+Green+Blue) = 202+112+128=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7080 is #358F7F. Grayscale: #8C8C8C. Windows color (decimal): -3510144 or 8417482. OLE color: 8417482.

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

Color convert

RGB202112128-
CMYK00.450.370.21
HSL349.33º45.92%61.57%-
HSV(B)349.33º44.55%79.22%-
XYZ34.0525.723.59-
YUV140.73120.82171.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=45.70%
G=25.34%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211212800.450.370.21349.3345.9261.57
HexCA708002D251515d2e3e
Octal31216020005545255355676
Binary11001010111000010000000010110110010110101101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7080; }

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

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

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

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

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

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

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

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