#CA728A

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

Shades of Charm #CA728A

Tints of Charm #CA728A

Color information

#CA728A (or 0xCA728A) is unknown color: approx Charm. HEX triplet: CA, 72 and 8A. RGB value is (202,114,138). Sum of RGB (Red+Green+Blue) = 202+114+138=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA728A is #358D75. Grayscale: #8F8F8F. Windows color (decimal): -3509622 or 9073354. OLE color: 9073354.

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

Color convert

RGB202114138-
CMYK00.440.320.21
HSL343.64º45.36%61.96%-
HSV(B)343.64º43.56%79.22%-
XYZ34.9626.4327.3-
YUV143.05125.15170.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=44.49%
G=25.11%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211413800.440.320.21343.6445.3661.96
HexCA728A02C20151582d3e
Octal31216221205440255305576
Binary11001010111001010001010010110010000010101101011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA728A; }

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

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

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

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

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

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

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

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