#C68D95

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

Shades of Puce #C68D95

Tints of Puce #C68D95

Color information

#C68D95 (or 0xC68D95) is unknown color: approx Puce. HEX triplet: C6, 8D and 95. RGB value is (198,141,149). Sum of RGB (Red+Green+Blue) = 198+141+149=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D95 is #39726A. Grayscale: #9E9E9E. Windows color (decimal): -3764843 or 9801158. OLE color: 9801158.

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

Color convert

RGB198141149-
CMYK00.290.250.22
HSL351.58º33.33%66.47%-
HSV(B)351.58º28.79%77.65%-
XYZ38.2433.2332.83-
YUV158.95122.38155.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=40.57%
G=28.89%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814114900.290.250.22351.5833.3366.47
HexC68D9501D19161602142
Octal306215225035312654041102
Binary11000110100011011001010101110111001101101011000001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D95; }

 p { color: rgb(198,141,149); }

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

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

 a { background-color: rgb(198,141,149); }

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

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

 span { border-color: rgb(198,141,149); }

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