#C27D92

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

Shades of Puce #C27D92

Tints of Puce #C27D92

Color information

#C27D92 (or 0xC27D92) is unknown color: approx Puce. HEX triplet: C2, 7D and 92. RGB value is (194,125,146). Sum of RGB (Red+Green+Blue) = 194+125+146=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D92 is #3D826D. Grayscale: #949494. Windows color (decimal): -4031086 or 9600450. OLE color: 9600450.

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

Color convert

RGB194125146-
CMYK00.360.250.24
HSL341.74º36.13%62.55%-
HSV(B)341.74º35.57%76.08%-
XYZ34.7728.2130.81-
YUV148.02126.86160.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=41.72%
G=26.88%
B=31.40%

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
Decimal19412514600.360.250.24341.7436.1362.55
HexC27D920241918156243f
Octal30217522204431305264477
Binary1100001011111011001001001001001100111000101010110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D92; }

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

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

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

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

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

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

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

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