#CA7A86

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

Shades of Charm #CA7A86

Tints of Charm #CA7A86

Color information

#CA7A86 (or 0xCA7A86) is unknown color: approx Charm. HEX triplet: CA, 7A and 86. RGB value is (202,122,134). Sum of RGB (Red+Green+Blue) = 202+122+134=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A86 is #358579. Grayscale: #939393. Windows color (decimal): -3507578 or 8813258. OLE color: 8813258.

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

Color convert

RGB202122134-
CMYK00.400.340.21
HSL351º43.01%63.53%-
HSV(B)351º39.6%79.22%-
XYZ35.6228.226.12-
YUV147.29120.5167.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=44.10%
G=26.64%
B=29.26%

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
Decimal20212213400.400.340.2135143.0163.53
HexCA7A86028221515f2b40
Octal312172206050422553753100
Binary110010101111010100001100101000100010101011010111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A86; }

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

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

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

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

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

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

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

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