#CA7986

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

Shades of Charm #CA7986

Tints of Charm #CA7986

Color information

#CA7986 (or 0xCA7986) is unknown color: approx Charm. HEX triplet: CA, 79 and 86. RGB value is (202,121,134). Sum of RGB (Red+Green+Blue) = 202+121+134=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7986 is #358679. Grayscale: #929292. Windows color (decimal): -3507834 or 8813002. OLE color: 8813002.

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

Color convert

RGB202121134-
CMYK00.400.340.21
HSL350.37º43.32%63.33%-
HSV(B)350.37º40.1%79.22%-
XYZ35.527.9526.08-
YUV146.7120.84167.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=44.20%
G=26.48%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212113400.400.340.21350.3743.3263.33
HexCA7986028221515e2b3f
Octal31217120605042255365377
Binary11001010111100110000110010100010001010101101011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7986; }

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

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

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

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

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

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

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

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