#CA7A8B

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

Shades of Charm #CA7A8B

Tints of Charm #CA7A8B

Color information

#CA7A8B (or 0xCA7A8B) is unknown color: approx Charm. HEX triplet: CA, 7A and 8B. RGB value is (202,122,139). Sum of RGB (Red+Green+Blue) = 202+122+139=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A8B is #358574. Grayscale: #939393. Windows color (decimal): -3507573 or 9140938. OLE color: 9140938.

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

Color convert

RGB202122139-
CMYK00.400.310.21
HSL347.25º43.01%63.53%-
HSV(B)347.25º39.6%79.22%-
XYZ35.9828.3428-
YUV147.86123166.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=43.63%
G=26.35%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212213900.400.310.21347.2543.0163.53
HexCA7A8B0281F1515b2b40
Octal312172213050372553353100
Binary11001010111101010001011010100011111101011010110111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A8B; }

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

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

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

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

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

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

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

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