#C08486

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

Shades of Puce #C08486

Tints of Puce #C08486

Color information

#C08486 (or 0xC08486) is unknown color: approx Puce. HEX triplet: C0, 84 and 86. RGB value is (192,132,134). Sum of RGB (Red+Green+Blue) = 192+132+134=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C08486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08486 is #3F7B79. Grayscale: #969696. Windows color (decimal): -4160378 or 8815808. OLE color: 8815808.

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

Color convert

RGB192132134-
CMYK00.310.300.25
HSL358º32.26%63.53%-
HSV(B)358º31.25%75.29%-
XYZ34.2929.4326.43-
YUV150.17118.88157.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=41.92%
G=28.82%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213213400.310.300.2535832.2663.53
HexC0848601F1E191662040
Octal300204206037363154640100
Binary11000000100001001000011001111111110110011011001101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08486; }

 p { color: rgb(192,132,134); }

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

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

 a { background-color: rgb(192,132,134); }

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

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

 span { border-color: rgb(192,132,134); }

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