#CA748C

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

Shades of Charm #CA748C

Tints of Charm #CA748C

Color information

#CA748C (or 0xCA748C) is unknown color: approx Charm. HEX triplet: CA, 74 and 8C. RGB value is (202,116,140). Sum of RGB (Red+Green+Blue) = 202+116+140=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748C is #358B73. Grayscale: #909090. Windows color (decimal): -3509108 or 9204938. OLE color: 9204938.

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

Color convert

RGB202116140-
CMYK00.430.310.21
HSL343.26º44.79%62.35%-
HSV(B)343.26º42.57%79.22%-
XYZ35.3426.9428.15-
YUV144.45125.49169.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=44.10%
G=25.33%
B=30.57%

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
Decimal20211614000.430.310.21343.2644.7962.35
HexCA748C02B1F151572d3e
Octal31216421405337255275576
Binary1100101011101001000110001010111111110101101010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA748C; }

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

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

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

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

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

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

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

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