#C0838D

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

Shades of Puce #C0838D

Tints of Puce #C0838D

Color information

#C0838D (or 0xC0838D) is unknown color: approx Puce. HEX triplet: C0, 83 and 8D. RGB value is (192,131,141). Sum of RGB (Red+Green+Blue) = 192+131+141=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0838D is #3F7C72. Grayscale: #969696. Windows color (decimal): -4160627 or 9274304. OLE color: 9274304.

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

Color convert

RGB192131141-
CMYK00.320.270.25
HSL350.16º32.62%63.33%-
HSV(B)350.16º31.77%75.29%-
XYZ34.6629.3629.04-
YUV150.38122.71157.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=41.38%
G=28.23%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213114100.320.270.25350.1632.6263.33
HexC0838D0201B1915e213f
Octal30020321504033315364177
Binary11000000100000111000110101000001101111001101011110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0838D; }

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

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

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

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

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

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

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

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