#CA727E

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

Shades of Charm #CA727E

Tints of Charm #CA727E

Color information

#CA727E (or 0xCA727E) is unknown color: approx Charm. HEX triplet: CA, 72 and 7E. RGB value is (202,114,126). Sum of RGB (Red+Green+Blue) = 202+114+126=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA727E is #358D81. Grayscale: #8D8D8D. Windows color (decimal): -3509634 or 8286922. OLE color: 8286922.

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

Color convert

RGB202114126-
CMYK00.440.380.21
HSL351.82º45.36%61.96%-
HSV(B)351.82º43.56%79.22%-
XYZ34.1426.122.98-
YUV141.68119.15171.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 126 (49.61% from 255) = 28.51%
R=45.70%
G=25.79%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211412600.440.380.21351.8245.3661.96
HexCA727E02C26151602d3e
Octal31216217605446255405576
Binary1100101011100101111110010110010011010101101100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA727E; }

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

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

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

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

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

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

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

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