#C27F9F

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

Shades of Puce #C27F9F

Tints of Puce #C27F9F

Color information

#C27F9F (or 0xC27F9F) is unknown color: approx Puce. HEX triplet: C2, 7F and 9F. RGB value is (194,127,159). Sum of RGB (Red+Green+Blue) = 194+127+159=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F9F is #3D8060. Grayscale: #969696. Windows color (decimal): -4030561 or 10452930. OLE color: 10452930.

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

Color convert

RGB194127159-
CMYK00.350.180.24
HSL331.34º35.45%62.94%-
HSV(B)331.34º34.54%76.08%-
XYZ36.129.1536.53-
YUV150.68132.7158.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 159 (62.5% from 255) = 33.12%
R=40.42%
G=26.46%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412715900.350.180.24331.3435.4562.94
HexC27F9F023121814b233f
Octal30217723704322305134377
Binary1100001011111111001111101000111001011000101001011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F9F; }

 p { color: rgb(194,127,159); }

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

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

 a { background-color: rgb(194,127,159); }

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

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

 span { border-color: rgb(194,127,159); }

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