#CA7792

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

Shades of Charm #CA7792

Tints of Charm #CA7792

Color information

#CA7792 (or 0xCA7792) is unknown color: approx Charm. HEX triplet: CA, 77 and 92. RGB value is (202,119,146). Sum of RGB (Red+Green+Blue) = 202+119+146=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7792 is #35886D. Grayscale: #929292. Windows color (decimal): -3508334 or 9598922. OLE color: 9598922.

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

Color convert

RGB202119146-
CMYK00.410.280.21
HSL340.48º43.92%62.94%-
HSV(B)340.48º41.09%79.22%-
XYZ36.1427.8330.66-
YUV146.89127.5167.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=43.25%
G=25.48%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211914600.410.280.21340.4843.9262.94
HexCA77920291C151542c3f
Octal31216722205134255245477
Binary1100101011101111001001001010011110010101101010100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7792; }

 p { color: rgb(202,119,146); }

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

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

 a { background-color: rgb(202,119,146); }

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

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

 span { border-color: rgb(202,119,146); }

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