#C27F9A

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

Shades of Puce #C27F9A

Tints of Puce #C27F9A

Color information

#C27F9A (or 0xC27F9A) is unknown color: approx Puce. HEX triplet: C2, 7F and 9A. RGB value is (194,127,154). Sum of RGB (Red+Green+Blue) = 194+127+154=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F9A is #3D8065. Grayscale: #969696. Windows color (decimal): -4030566 or 10125250. OLE color: 10125250.

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

Color convert

RGB194127154-
CMYK00.350.210.24
HSL335.82º35.45%62.94%-
HSV(B)335.82º34.54%76.08%-
XYZ35.6728.9834.29-
YUV150.11130.2159.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=40.84%
G=26.74%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412715400.350.210.24335.8235.4562.94
HexC27F9A0231518150233f
Octal30217723204325305204377
Binary1100001011111111001101001000111010111000101010000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F9A; }

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

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

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

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

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

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

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

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