#CA7992

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

Shades of Charm #CA7992

Tints of Charm #CA7992

Color information

#CA7992 (or 0xCA7992) is unknown color: approx Charm. HEX triplet: CA, 79 and 92. RGB value is (202,121,146). Sum of RGB (Red+Green+Blue) = 202+121+146=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7992 is #35866D. Grayscale: #949494. Windows color (decimal): -3507822 or 9599434. OLE color: 9599434.

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

Color convert

RGB202121146-
CMYK00.400.280.21
HSL341.48º43.32%63.33%-
HSV(B)341.48º40.1%79.22%-
XYZ36.3828.3130.74-
YUV148.07126.84166.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=43.07%
G=25.80%
B=31.13%

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
Decimal20212114600.400.280.21341.4843.3263.33
HexCA79920281C151552b3f
Octal31217122205034255255377
Binary1100101011110011001001001010001110010101101010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7992; }

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

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

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

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

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

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

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

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