#C27D84

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

Shades of Charm #C27D84

Tints of Charm #C27D84

Color information

#C27D84 (or 0xC27D84) is unknown color: approx Charm. HEX triplet: C2, 7D and 84. RGB value is (194,125,132). Sum of RGB (Red+Green+Blue) = 194+125+132=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D84 is #3D827B. Grayscale: #929292. Windows color (decimal): -4031100 or 8682946. OLE color: 8682946.

HSL color Cylindrical-coordinate representation of color #C27D84: hue angle of 353.91º 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 #C27D84 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB194125132-
CMYK00.360.320.24
HSL353.91º36.13%62.55%-
HSV(B)353.91º35.57%76.08%-
XYZ33.7527.825.42-
YUV146.43119.86161.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 125 (49.22% from 255) = 27.72%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=43.02%
G=27.72%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412513200.360.320.24353.9136.1362.55
HexC27D840242018162243f
Octal30217520404440305424477
Binary11000010111110110000100010010010000011000101100010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D84; }

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

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

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

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

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

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

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

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