#CA7A93

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

Shades of Charm #CA7A93

Tints of Charm #CA7A93

Color information

#CA7A93 (or 0xCA7A93) is unknown color: approx Charm. HEX triplet: CA, 7A and 93. RGB value is (202,122,147). Sum of RGB (Red+Green+Blue) = 202+122+147=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A93 is #35856C. Grayscale: #949494. Windows color (decimal): -3507565 or 9665226. OLE color: 9665226.

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

Color convert

RGB202122147-
CMYK00.400.270.21
HSL341.25º43.01%63.53%-
HSV(B)341.25º39.6%79.22%-
XYZ36.5828.5831.19-
YUV148.77127165.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=42.89%
G=25.90%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212214700.400.270.21341.2543.0163.53
HexCA7A930281B151552b40
Octal312172223050332552553100
Binary11001010111101010010011010100011011101011010101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A93; }

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

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

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

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

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

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

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

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