#C68392

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

Shades of Puce #C68392

Tints of Puce #C68392

Color information

#C68392 (or 0xC68392) is unknown color: approx Puce. HEX triplet: C6, 83 and 92. RGB value is (198,131,146). Sum of RGB (Red+Green+Blue) = 198+131+146=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C68392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68392 is #397C6D. Grayscale: #989898. Windows color (decimal): -3767406 or 9601990. OLE color: 9601990.

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

Color convert

RGB198131146-
CMYK00.340.260.22
HSL346.57º37.02%64.51%-
HSV(B)346.57º33.84%77.65%-
XYZ36.5930.3131.12-
YUV152.74124.2160.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=41.68%
G=27.58%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813114600.340.260.22346.5737.0264.51
HexC683920221A1615b2541
Octal306203222042322653345101
Binary110001101000001110010010010001011010101101010110111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68392; }

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

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

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

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

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

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

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

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