#C68396

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

Shades of Puce #C68396

Tints of Puce #C68396

Color information

#C68396 (or 0xC68396) is unknown color: approx Puce. HEX triplet: C6, 83 and 96. RGB value is (198,131,150). Sum of RGB (Red+Green+Blue) = 198+131+150=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C68396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68396 is #397C69. Grayscale: #999999. Windows color (decimal): -3767402 or 9864134. OLE color: 9864134.

HSL color Cylindrical-coordinate representation of color #C68396: hue angle of 342.99º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68396 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB198131150-
CMYK00.340.240.22
HSL342.99º37.02%64.51%-
HSV(B)342.99º33.84%77.65%-
XYZ36.9130.4432.78-
YUV153.2126.2159.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=41.34%
G=27.35%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813115000.340.240.22342.9937.0264.51
HexC6839602218161572541
Octal306203226042302652745101
Binary110001101000001110010110010001011000101101010101111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68396; }

 p { color: rgb(198,131,150); }

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

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

 a { background-color: rgb(198,131,150); }

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

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

 span { border-color: rgb(198,131,150); }

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