#C08389

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

Shades of Puce #C08389

Tints of Puce #C08389

Color information

#C08389 (or 0xC08389) is unknown color: approx Puce. HEX triplet: C0, 83 and 89. RGB value is (192,131,137). Sum of RGB (Red+Green+Blue) = 192+131+137=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C08389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08389 is #3F7C76. Grayscale: #959595. Windows color (decimal): -4160631 or 9012160. OLE color: 9012160.

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

Color convert

RGB192131137-
CMYK00.320.290.25
HSL354.1º32.62%63.33%-
HSV(B)354.1º31.77%75.29%-
XYZ34.3729.2527.5-
YUV149.92120.71158.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=41.74%
G=28.48%
B=29.78%

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
Decimal19213113700.320.290.25354.132.6263.33
HexC083890201D19162213f
Octal30020321104035315424177
Binary11000000100000111000100101000001110111001101100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08389; }

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

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

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

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

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

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

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

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