#C0828F

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

Shades of Puce #C0828F

Tints of Puce #C0828F

Color information

#C0828F (or 0xC0828F) is unknown color: approx Puce. HEX triplet: C0, 82 and 8F. RGB value is (192,130,143). Sum of RGB (Red+Green+Blue) = 192+130+143=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0828F is #3F7D70. Grayscale: #969696. Windows color (decimal): -4160881 or 9405120. OLE color: 9405120.

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

Color convert

RGB192130143-
CMYK00.320.260.25
HSL347.42º32.98%63.14%-
HSV(B)347.42º32.29%75.29%-
XYZ34.6829.1529.79-
YUV150.02124.04157.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=41.29%
G=27.96%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213014300.320.260.25347.4232.9863.14
HexC0828F0201A1915b213f
Octal30020221704032315334177
Binary11000000100000101000111101000001101011001101011011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0828F; }

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

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

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

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

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

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

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

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