#C68D91

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

Shades of Puce #C68D91

Tints of Puce #C68D91

Color information

#C68D91 (or 0xC68D91) is unknown color: approx Puce. HEX triplet: C6, 8D and 91. RGB value is (198,141,145). Sum of RGB (Red+Green+Blue) = 198+141+145=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D91 is #39726E. Grayscale: #9E9E9E. Windows color (decimal): -3764847 or 9539014. OLE color: 9539014.

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

Color convert

RGB198141145-
CMYK00.290.270.22
HSL355.79º33.33%66.47%-
HSV(B)355.79º28.79%77.65%-
XYZ37.9233.131.18-
YUV158.5120.38156.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=40.91%
G=29.13%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814114500.290.270.22355.7933.3366.47
HexC68D9101D1B161642142
Octal306215221035332654441102
Binary11000110100011011001000101110111011101101011001001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D91; }

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

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

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

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

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

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

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

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