#C2898E

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

Shades of Puce #C2898E

Tints of Puce #C2898E

Color information

#C2898E (or 0xC2898E) is unknown color: approx Puce. HEX triplet: C2, 89 and 8E. RGB value is (194,137,142). Sum of RGB (Red+Green+Blue) = 194+137+142=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2898E is #3D7671. Grayscale: #9A9A9A. Windows color (decimal): -4028018 or 9341378. OLE color: 9341378.

HSL color Cylindrical-coordinate representation of color #C2898E: hue angle of 354.74º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2898E is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194137142-
CMYK00.290.270.24
HSL354.74º31.84%64.9%-
HSV(B)354.74º29.38%76.08%-
XYZ36.0831.3129.73-
YUV154.61120.88156.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=41.01%
G=28.96%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413714200.290.270.24354.7431.8464.9
HexC2898E01D1B181632041
Octal302211216035333054340101
Binary11000010100010011000111001110111011110001011000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2898E; }

 p { color: rgb(194,137,142); }

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

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

 a { background-color: rgb(194,137,142); }

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

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

 span { border-color: rgb(194,137,142); }

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