#CA7D86

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

Shades of Charm #CA7D86

Tints of Charm #CA7D86

Color information

#CA7D86 (or 0xCA7D86) is unknown color: approx Charm. HEX triplet: CA, 7D and 86. RGB value is (202,125,134). Sum of RGB (Red+Green+Blue) = 202+125+134=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D86 is #358279. Grayscale: #959595. Windows color (decimal): -3506810 or 8814026. OLE color: 8814026.

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

Color convert

RGB202125134-
CMYK00.380.340.21
HSL352.99º42.08%64.12%-
HSV(B)352.99º38.12%79.22%-
XYZ35.9928.9526.24-
YUV149.05119.51165.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=43.82%
G=27.11%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212513400.380.340.21352.9942.0864.12
HexCA7D8602622151612a40
Octal312175206046422554152100
Binary110010101111101100001100100110100010101011011000011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D86; }

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

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

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

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

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

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

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

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