#CA7C87

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

Shades of Charm #CA7C87

Tints of Charm #CA7C87

Color information

#CA7C87 (or 0xCA7C87) is unknown color: approx Charm. HEX triplet: CA, 7C and 87. RGB value is (202,124,135). Sum of RGB (Red+Green+Blue) = 202+124+135=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7C87 is #358378. Grayscale: #949494. Windows color (decimal): -3507065 or 8879306. OLE color: 8879306.

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

Color convert

RGB202124135-
CMYK00.390.330.21
HSL351.54º42.39%63.92%-
HSV(B)351.54º38.61%79.22%-
XYZ35.9428.7226.57-
YUV148.58120.34166.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=43.82%
G=26.90%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212413500.390.330.21351.5442.3963.92
HexCA7C8702721151602a40
Octal312174207047412554052100
Binary110010101111100100001110100111100001101011011000001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C87; }

 p { color: rgb(202,124,135); }

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

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

 a { background-color: rgb(202,124,135); }

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

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

 span { border-color: rgb(202,124,135); }

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