#C08492

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

Shades of Puce #C08492

Tints of Puce #C08492

Color information

#C08492 (or 0xC08492) is unknown color: approx Puce. HEX triplet: C0, 84 and 92. RGB value is (192,132,146). Sum of RGB (Red+Green+Blue) = 192+132+146=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C08492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08492 is #3F7B6D. Grayscale: #979797. Windows color (decimal): -4160366 or 9602240. OLE color: 9602240.

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

Color convert

RGB192132146-
CMYK00.310.240.25
HSL346º32.26%63.53%-
HSV(B)346º31.25%75.29%-
XYZ35.1829.7831.09-
YUV151.54124.88156.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=40.85%
G=28.09%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213214600.310.240.2534632.2663.53
HexC0849201F181915a2040
Octal300204222037303153240100
Binary11000000100001001001001001111111000110011010110101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08492; }

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

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

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

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

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

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

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

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