#CA748A

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

Shades of Charm #CA748A

Tints of Charm #CA748A

Color information

#CA748A (or 0xCA748A) is unknown color: approx Charm. HEX triplet: CA, 74 and 8A. RGB value is (202,116,138). Sum of RGB (Red+Green+Blue) = 202+116+138=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748A is #358B75. Grayscale: #909090. Windows color (decimal): -3509110 or 9073866. OLE color: 9073866.

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

Color convert

RGB202116138-
CMYK00.430.320.21
HSL344.65º44.79%62.35%-
HSV(B)344.65º42.57%79.22%-
XYZ35.1926.8827.38-
YUV144.22124.49169.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=44.30%
G=25.44%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211613800.430.320.21344.6544.7962.35
HexCA748A02B20151592d3e
Octal31216421205340255315576
Binary11001010111010010001010010101110000010101101011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA748A; }

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

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

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

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

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

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

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

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