#CA727B

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

Shades of Charm #CA727B

Tints of Charm #CA727B

Color information

#CA727B (or 0xCA727B) is unknown color: approx Charm. HEX triplet: CA, 72 and 7B. RGB value is (202,114,123). Sum of RGB (Red+Green+Blue) = 202+114+123=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA727B is #358D84. Grayscale: #8D8D8D. Windows color (decimal): -3509637 or 8090314. OLE color: 8090314.

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

Color convert

RGB202114123-
CMYK00.440.390.21
HSL353.86º45.36%61.96%-
HSV(B)353.86º43.56%79.22%-
XYZ33.9526.0221.97-
YUV141.34117.65171.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=46.01%
G=25.97%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211412300.440.390.21353.8645.3661.96
HexCA727B02C27151622d3e
Octal31216217305447255425576
Binary1100101011100101111011010110010011110101101100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA727B; }

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

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

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

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

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

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

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

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