#C27C96

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

Shades of Puce #C27C96

Tints of Puce #C27C96

Color information

#C27C96 (or 0xC27C96) is unknown color: approx Puce. HEX triplet: C2, 7C and 96. RGB value is (194,124,150). Sum of RGB (Red+Green+Blue) = 194+124+150=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C96 is #3D8369. Grayscale: #939393. Windows color (decimal): -4031338 or 9862338. OLE color: 9862338.

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

Color convert

RGB194124150-
CMYK00.360.230.24
HSL337.71º36.46%62.35%-
HSV(B)337.71º36.08%76.08%-
XYZ34.9628.0932.43-
YUV147.89129.19160.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=41.45%
G=26.50%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412415000.360.230.24337.7136.4662.35
HexC27C960241718152243e
Octal30217422604427305224476
Binary1100001011111001001011001001001011111000101010010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C96; }

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

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

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

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

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

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

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

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