#C08395

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

Shades of Puce #C08395

Tints of Puce #C08395

Color information

#C08395 (or 0xC08395) is unknown color: approx Puce. HEX triplet: C0, 83 and 95. RGB value is (192,131,149). Sum of RGB (Red+Green+Blue) = 192+131+149=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C08395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08395 is #3F7C6A. Grayscale: #979797. Windows color (decimal): -4160619 or 9798592. OLE color: 9798592.

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

Color convert

RGB192131149-
CMYK00.320.220.25
HSL342.3º32.62%63.33%-
HSV(B)342.3º31.77%75.29%-
XYZ35.2829.6132.29-
YUV151.29126.71157.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=40.68%
G=27.75%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213114900.320.220.25342.332.6263.33
HexC083950201619156213f
Octal30020322504026315264177
Binary11000000100000111001010101000001011011001101010110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08395; }

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

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

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

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

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

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

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

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