#C27D7E

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

Shades of Charm #C27D7E

Tints of Charm #C27D7E

Color information

#C27D7E (or 0xC27D7E) is unknown color: approx Charm. HEX triplet: C2, 7D and 7E. RGB value is (194,125,126). Sum of RGB (Red+Green+Blue) = 194+125+126=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D7E is #3D8281. Grayscale: #919191. Windows color (decimal): -4031106 or 8289730. OLE color: 8289730.

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

Color convert

RGB194125126-
CMYK00.360.350.24
HSL359.13º36.13%62.55%-
HSV(B)359.13º35.57%76.08%-
XYZ33.3527.6423.32-
YUV145.74116.86162.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=43.60%
G=28.09%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412512600.360.350.24359.1336.1362.55
HexC27D7E0242318167243f
Octal30217517604443305474477
Binary1100001011111011111110010010010001111000101100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D7E; }

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

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

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

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

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

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

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

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