#C2898B

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

Shades of Puce #C2898B

Tints of Puce #C2898B

Color information

#C2898B (or 0xC2898B) is unknown color: approx Puce. HEX triplet: C2, 89 and 8B. RGB value is (194,137,139). Sum of RGB (Red+Green+Blue) = 194+137+139=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2898B is #3D7674. Grayscale: #9A9A9A. Windows color (decimal): -4028021 or 9144770. OLE color: 9144770.

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

Color convert

RGB194137139-
CMYK00.290.280.24
HSL357.89º31.84%64.9%-
HSV(B)357.89º29.38%76.08%-
XYZ35.8531.2228.56-
YUV154.27119.38156.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=41.28%
G=29.15%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413713900.290.280.24357.8931.8464.9
HexC2898B01D1C181662041
Octal302211213035343054640101
Binary11000010100010011000101101110111100110001011001101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2898B; }

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

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

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

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

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

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

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

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