#CA748B

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

Shades of Charm #CA748B

Tints of Charm #CA748B

Color information

#CA748B (or 0xCA748B) is unknown color: approx Charm. HEX triplet: CA, 74 and 8B. RGB value is (202,116,139). Sum of RGB (Red+Green+Blue) = 202+116+139=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748B is #358B74. Grayscale: #909090. Windows color (decimal): -3509109 or 9139402. OLE color: 9139402.

HSL color Cylindrical-coordinate representation of color #CA748B: hue angle of 343.95º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA748B is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB202116139-
CMYK00.430.310.21
HSL343.95º44.79%62.35%-
HSV(B)343.95º42.57%79.22%-
XYZ35.2626.9127.76-
YUV144.34124.99169.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=44.20%
G=25.38%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211613900.430.310.21343.9544.7962.35
HexCA748B02B1F151582d3e
Octal31216421305337255305576
Binary1100101011101001000101101010111111110101101011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA748B; }

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

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

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

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

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

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

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

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