#C08396

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

Shades of Puce #C08396

Tints of Puce #C08396

Color information

#C08396 (or 0xC08396) is unknown color: approx Puce. HEX triplet: C0, 83 and 96. RGB value is (192,131,150). Sum of RGB (Red+Green+Blue) = 192+131+150=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C08396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08396 is #3F7C69. Grayscale: #979797. Windows color (decimal): -4160618 or 9864128. OLE color: 9864128.

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

Color convert

RGB192131150-
CMYK00.320.220.25
HSL341.31º32.62%63.33%-
HSV(B)341.31º31.77%75.29%-
XYZ35.3629.6432.71-
YUV151.4127.21156.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=40.59%
G=27.70%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213115000.320.220.25341.3132.6263.33
HexC083960201619155213f
Octal30020322604026315254177
Binary11000000100000111001011001000001011011001101010101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08396; }

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

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

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

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

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

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

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

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