#CA798D

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

Shades of Charm #CA798D

Tints of Charm #CA798D

Color information

#CA798D (or 0xCA798D) is unknown color: approx Charm. HEX triplet: CA, 79 and 8D. RGB value is (202,121,141). Sum of RGB (Red+Green+Blue) = 202+121+141=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA798D is #358672. Grayscale: #939393. Windows color (decimal): -3507827 or 9271754. OLE color: 9271754.

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

Color convert

RGB202121141-
CMYK00.400.300.21
HSL345.19º43.32%63.33%-
HSV(B)345.19º40.1%79.22%-
XYZ3628.1528.74-
YUV147.5124.34166.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=43.53%
G=26.08%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212114100.400.300.21345.1943.3263.33
HexCA798D0281E151592b3f
Octal31217121505036255315377
Binary1100101011110011000110101010001111010101101011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA798D; }

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

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

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

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

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

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

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

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