#C68897

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

Shades of Puce #C68897

Tints of Puce #C68897

Color information

#C68897 (or 0xC68897) is unknown color: approx Puce. HEX triplet: C6, 88 and 97. RGB value is (198,136,151). Sum of RGB (Red+Green+Blue) = 198+136+151=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C68897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68897 is #397768. Grayscale: #9C9C9C. Windows color (decimal): -3766121 or 9930950. OLE color: 9930950.

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

Color convert

RGB198136151-
CMYK00.310.240.22
HSL345.48º35.23%65.49%-
HSV(B)345.48º31.31%77.65%-
XYZ37.6831.8533.44-
YUV156.25125.04157.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=40.82%
G=28.04%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813615100.310.240.22345.4835.2365.49
HexC6889701F18161592341
Octal306210227037302653143101
Binary11000110100010001001011101111111000101101010110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68897; }

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

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

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

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

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

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

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

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