#CA7C8D

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

Shades of Charm #CA7C8D

Tints of Charm #CA7C8D

Color information

#CA7C8D (or 0xCA7C8D) is unknown color: approx Charm. HEX triplet: CA, 7C and 8D. RGB value is (202,124,141). Sum of RGB (Red+Green+Blue) = 202+124+141=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7C8D is #358372. Grayscale: #959595. Windows color (decimal): -3507059 or 9272522. OLE color: 9272522.

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

Color convert

RGB202124141-
CMYK00.390.300.21
HSL346.92º42.39%63.92%-
HSV(B)346.92º38.61%79.22%-
XYZ36.3728.8928.86-
YUV149.26123.34165.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=43.25%
G=26.55%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212414100.390.300.21346.9242.3963.92
HexCA7C8D0271E1515b2a40
Octal312174215047362553352100
Binary11001010111110010001101010011111110101011010110111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C8D; }

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

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

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

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

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

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

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

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