#C27D81

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

Shades of Charm #C27D81

Tints of Charm #C27D81

Color information

#C27D81 (or 0xC27D81) is unknown color: approx Charm. HEX triplet: C2, 7D and 81. RGB value is (194,125,129). Sum of RGB (Red+Green+Blue) = 194+125+129=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D81 is #3D827E. Grayscale: #929292. Windows color (decimal): -4031103 or 8486338. OLE color: 8486338.

HSL color Cylindrical-coordinate representation of color #C27D81: hue angle of 356.52º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27D81 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB194125129-
CMYK00.360.340.24
HSL356.52º36.13%62.55%-
HSV(B)356.52º35.57%76.08%-
XYZ33.5427.7224.35-
YUV146.09118.36162.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=43.30%
G=27.90%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412512900.360.340.24356.5236.1362.55
HexC27D810242218165243f
Octal30217520104442305454477
Binary11000010111110110000001010010010001011000101100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D81; }

 p { color: rgb(194,125,129); }

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

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

 a { background-color: rgb(194,125,129); }

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

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

 span { border-color: rgb(194,125,129); }

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