#C08289

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

Shades of Puce #C08289

Tints of Puce #C08289

Color information

#C08289 (or 0xC08289) is unknown color: approx Puce. HEX triplet: C0, 82 and 89. RGB value is (192,130,137). Sum of RGB (Red+Green+Blue) = 192+130+137=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C08289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08289 is #3F7D76. Grayscale: #959595. Windows color (decimal): -4160887 or 9011904. OLE color: 9011904.

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

Color convert

RGB192130137-
CMYK00.320.290.25
HSL353.23º32.98%63.14%-
HSV(B)353.23º32.29%75.29%-
XYZ34.2428.9827.46-
YUV149.34121.04158.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 137 (53.91% from 255) = 29.85%
R=41.83%
G=28.32%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213013700.320.290.25353.2332.9863.14
HexC082890201D19161213f
Octal30020221104035315414177
Binary11000000100000101000100101000001110111001101100001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08289; }

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

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

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

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

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

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

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

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