#CA7A91

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

Shades of Charm #CA7A91

Tints of Charm #CA7A91

Color information

#CA7A91 (or 0xCA7A91) is unknown color: approx Charm. HEX triplet: CA, 7A and 91. RGB value is (202,122,145). Sum of RGB (Red+Green+Blue) = 202+122+145=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A91 is #35856E. Grayscale: #949494. Windows color (decimal): -3507567 or 9534154. OLE color: 9534154.

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

Color convert

RGB202122145-
CMYK00.400.280.21
HSL342.75º43.01%63.53%-
HSV(B)342.75º39.6%79.22%-
XYZ36.4328.5230.37-
YUV148.54126166.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 145 (57.03% from 255) = 30.92%
R=43.07%
G=26.01%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212214500.400.280.21342.7543.0163.53
HexCA7A910281C151572b40
Octal312172221050342552753100
Binary11001010111101010010001010100011100101011010101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A91; }

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

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

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

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

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

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

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

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