#C08292

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

Shades of Puce #C08292

Tints of Puce #C08292

Color information

#C08292 (or 0xC08292) is unknown color: approx Puce. HEX triplet: C0, 82 and 92. RGB value is (192,130,146). Sum of RGB (Red+Green+Blue) = 192+130+146=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C08292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08292 is #3F7D6D. Grayscale: #969696. Windows color (decimal): -4160878 or 9601728. OLE color: 9601728.

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

Color convert

RGB192130146-
CMYK00.320.240.25
HSL344.52º32.98%63.14%-
HSV(B)344.52º32.29%75.29%-
XYZ34.9129.2531-
YUV150.36125.54157.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=41.03%
G=27.78%
B=31.20%

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
Decimal19213014600.320.240.25344.5232.9863.14
HexC082920201819159213f
Octal30020222204030315314177
Binary11000000100000101001001001000001100011001101011001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08292; }

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

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

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

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

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

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

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

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