#CA798B

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

Shades of Charm #CA798B

Tints of Charm #CA798B

Color information

#CA798B (or 0xCA798B) is unknown color: approx Charm. HEX triplet: CA, 79 and 8B. RGB value is (202,121,139). Sum of RGB (Red+Green+Blue) = 202+121+139=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA798B is #358674. Grayscale: #939393. Windows color (decimal): -3507829 or 9140682. OLE color: 9140682.

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

Color convert

RGB202121139-
CMYK00.400.310.21
HSL346.67º43.32%63.33%-
HSV(B)346.67º40.1%79.22%-
XYZ35.8528.127.96-
YUV147.27123.34167.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=43.72%
G=26.19%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212113900.400.310.21346.6743.3263.33
HexCA798B0281F1515b2b3f
Octal31217121305037255335377
Binary1100101011110011000101101010001111110101101011011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA798B; }

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

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

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

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

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

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

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

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