#C0838F

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

Shades of Puce #C0838F

Tints of Puce #C0838F

Color information

#C0838F (or 0xC0838F) is unknown color: approx Puce. HEX triplet: C0, 83 and 8F. RGB value is (192,131,143). Sum of RGB (Red+Green+Blue) = 192+131+143=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0838F is #3F7C70. Grayscale: #969696. Windows color (decimal): -4160625 or 9405376. OLE color: 9405376.

HSL color Cylindrical-coordinate representation of color #C0838F: hue angle of 348.2º 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 #C0838F is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192131143-
CMYK00.320.260.25
HSL348.2º32.62%63.33%-
HSV(B)348.2º31.77%75.29%-
XYZ34.8129.4229.83-
YUV150.61123.71157.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=41.20%
G=28.11%
B=30.69%

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
Decimal19213114300.320.260.25348.232.6263.33
HexC0838F0201A1915c213f
Octal30020321704032315344177
Binary11000000100000111000111101000001101011001101011100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0838F; }

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

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

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

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

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

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

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

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