#C08291

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

Shades of Puce #C08291

Tints of Puce #C08291

Color information

#C08291 (or 0xC08291) is unknown color: approx Puce. HEX triplet: C0, 82 and 91. RGB value is (192,130,145). Sum of RGB (Red+Green+Blue) = 192+130+145=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C08291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08291 is #3F7D6E. Grayscale: #969696. Windows color (decimal): -4160879 or 9536192. OLE color: 9536192.

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

Color convert

RGB192130145-
CMYK00.320.240.25
HSL345.48º32.98%63.14%-
HSV(B)345.48º32.29%75.29%-
XYZ34.8329.2230.59-
YUV150.25125.04157.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 145 (57.03% from 255) = 31.05%
R=41.11%
G=27.84%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213014500.320.240.25345.4832.9863.14
HexC082910201819159213f
Octal30020222104030315314177
Binary11000000100000101001000101000001100011001101011001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08291; }

 p { color: rgb(192,130,145); }

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

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

 a { background-color: rgb(192,130,145); }

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

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

 span { border-color: rgb(192,130,145); }

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