#C0878F

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

Shades of Puce #C0878F

Tints of Puce #C0878F

Color information

#C0878F (or 0xC0878F) is unknown color: approx Puce. HEX triplet: C0, 87 and 8F. RGB value is (192,135,143). Sum of RGB (Red+Green+Blue) = 192+135+143=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0878F is #3F7870. Grayscale: #989898. Windows color (decimal): -4159601 or 9406400. OLE color: 9406400.

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

Color convert

RGB192135143-
CMYK00.300.260.25
HSL351.58º31.15%64.12%-
HSV(B)351.58º29.69%75.29%-
XYZ35.3630.5230.01-
YUV152.95122.38155.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=40.85%
G=28.72%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213514300.300.260.25351.5831.1564.12
HexC0878F01E1A191601f40
Octal300207217036323154037100
Binary1100000010000111100011110111101101011001101100000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0878F; }

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

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

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

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

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

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

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

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