#CA7991

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

Shades of Charm #CA7991

Tints of Charm #CA7991

Color information

#CA7991 (or 0xCA7991) is unknown color: approx Charm. HEX triplet: CA, 79 and 91. RGB value is (202,121,145). Sum of RGB (Red+Green+Blue) = 202+121+145=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7991 is #35866E. Grayscale: #939393. Windows color (decimal): -3507823 or 9533898. OLE color: 9533898.

HSL color Cylindrical-coordinate representation of color #CA7991: hue angle of 342.22º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7991 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202121145-
CMYK00.400.280.21
HSL342.22º43.32%63.33%-
HSV(B)342.22º40.1%79.22%-
XYZ36.3128.2830.33-
YUV147.96126.34166.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=43.16%
G=25.85%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212114500.400.280.21342.2243.3263.33
HexCA79910281C151562b3f
Octal31217122105034255265377
Binary1100101011110011001000101010001110010101101010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7991; }

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

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

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

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

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

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

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

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