#C0898F

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

Shades of Puce #C0898F

Tints of Puce #C0898F

Color information

#C0898F (or 0xC0898F) is unknown color: approx Puce. HEX triplet: C0, 89 and 8F. RGB value is (192,137,143). Sum of RGB (Red+Green+Blue) = 192+137+143=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0898F is #3F7670. Grayscale: #9A9A9A. Windows color (decimal): -4159089 or 9406912. OLE color: 9406912.

HSL color Cylindrical-coordinate representation of color #C0898F: hue angle of 353.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0898F is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192137143-
CMYK00.290.260.25
HSL353.45º30.39%64.51%-
HSV(B)353.45º28.65%75.29%-
XYZ35.6431.0830.11-
YUV154.13121.72155.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=40.68%
G=29.03%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213714300.290.260.25353.4530.3964.51
HexC0898F01D1A191611e41
Octal300211217035323154136101
Binary1100000010001001100011110111011101011001101100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0898F; }

 p { color: rgb(192,137,143); }

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

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

 a { background-color: rgb(192,137,143); }

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

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

 span { border-color: rgb(192,137,143); }

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