#C27C92

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

Shades of Puce #C27C92

Tints of Puce #C27C92

Color information

#C27C92 (or 0xC27C92) is unknown color: approx Puce. HEX triplet: C2, 7C and 92. RGB value is (194,124,146). Sum of RGB (Red+Green+Blue) = 194+124+146=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C92 is #3D836D. Grayscale: #939393. Windows color (decimal): -4031342 or 9600194. OLE color: 9600194.

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

Color convert

RGB194124146-
CMYK00.360.250.24
HSL341.14º36.46%62.35%-
HSV(B)341.14º36.08%76.08%-
XYZ34.6427.9630.77-
YUV147.44127.19161.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=41.81%
G=26.72%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412414600.360.250.24341.1436.4662.35
HexC27C920241918155243e
Octal30217422204431305254476
Binary1100001011111001001001001001001100111000101010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C92; }

 p { color: rgb(194,124,146); }

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

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

 a { background-color: rgb(194,124,146); }

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

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

 span { border-color: rgb(194,124,146); }

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