#C68497

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

Shades of Puce #C68497

Tints of Puce #C68497

Color information

#C68497 (or 0xC68497) is unknown color: approx Puce. HEX triplet: C6, 84 and 97. RGB value is (198,132,151). Sum of RGB (Red+Green+Blue) = 198+132+151=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68497 is #397B68. Grayscale: #999999. Windows color (decimal): -3767145 or 9929926. OLE color: 9929926.

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

Color convert

RGB198132151-
CMYK00.330.240.22
HSL342.73º36.67%64.71%-
HSV(B)342.73º33.33%77.65%-
XYZ37.1330.7433.26-
YUV153.9126.37159.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 151 (59.38% from 255) = 31.39%
R=41.16%
G=27.44%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813215100.330.240.22342.7336.6764.71
HexC6849702118161572541
Octal306204227041302652745101
Binary110001101000010010010111010000111000101101010101111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68497; }

 p { color: rgb(198,132,151); }

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

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

 a { background-color: rgb(198,132,151); }

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

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

 span { border-color: rgb(198,132,151); }

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