#CA7F8D

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

Shades of Charm #CA7F8D

Tints of Charm #CA7F8D

Color information

#CA7F8D (or 0xCA7F8D) is unknown color: approx Charm. HEX triplet: CA, 7F and 8D. RGB value is (202,127,141). Sum of RGB (Red+Green+Blue) = 202+127+141=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F8D is #358072. Grayscale: #979797. Windows color (decimal): -3506291 or 9273290. OLE color: 9273290.

HSL color Cylindrical-coordinate representation of color #CA7F8D: hue angle of 348.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7F8D is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202127141-
CMYK00.370.300.21
HSL348.8º41.44%64.51%-
HSV(B)348.8º37.13%79.22%-
XYZ36.7529.6628.99-
YUV151.02122.35164.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 141 (55.47% from 255) = 30%
R=42.98%
G=27.02%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212714100.370.300.21348.841.4464.51
HexCA7F8D0251E1515d2941
Octal312177215045362553551101
Binary11001010111111110001101010010111110101011010111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F8D; }

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

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

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

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

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

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

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

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