#CA6E77

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

Shades of Charm #CA6E77

Tints of Charm #CA6E77

Color information

#CA6E77 (or 0xCA6E77) is unknown color: approx Charm. HEX triplet: CA, 6E and 77. RGB value is (202,110,119). Sum of RGB (Red+Green+Blue) = 202+110+119=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6E77 is #359188. Grayscale: #8A8A8A. Windows color (decimal): -3510665 or 7827146. OLE color: 7827146.

HSL color Cylindrical-coordinate representation of color #CA6E77: hue angle of 354.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6E77 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202110119-
CMYK00.460.410.21
HSL354.13º46.46%61.18%-
HSV(B)354.13º45.54%79.22%-
XYZ33.2625.0420.53-
YUV138.53116.98173.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=46.87%
G=25.52%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211011900.460.410.21354.1346.4661.18
HexCA6E7702E29151622e3d
Octal31215616705651255425675
Binary1100101011011101110111010111010100110101101100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6E77; }

 p { color: rgb(202,110,119); }

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

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

 a { background-color: rgb(202,110,119); }

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

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

 span { border-color: rgb(202,110,119); }

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