#CA7A90

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

Shades of Charm #CA7A90

Tints of Charm #CA7A90

Color information

#CA7A90 (or 0xCA7A90) is unknown color: approx Charm. HEX triplet: CA, 7A and 90. RGB value is (202,122,144). Sum of RGB (Red+Green+Blue) = 202+122+144=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A90 is #35856F. Grayscale: #949494. Windows color (decimal): -3507568 or 9468618. OLE color: 9468618.

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

Color convert

RGB202122144-
CMYK00.400.290.21
HSL343.5º43.01%63.53%-
HSV(B)343.5º39.6%79.22%-
XYZ36.3528.4929.97-
YUV148.43125.5166.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 144 (56.64% from 255) = 30.77%
R=43.16%
G=26.07%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212214400.400.290.21343.543.0163.53
HexCA7A900281D151582b40
Octal312172220050352553053100
Binary11001010111101010010000010100011101101011010110001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A90; }

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

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

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

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

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

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

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

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