#C68D8E

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

Shades of Puce #C68D8E

Tints of Puce #C68D8E

Color information

#C68D8E (or 0xC68D8E) is unknown color: approx Puce. HEX triplet: C6, 8D and 8E. RGB value is (198,141,142). Sum of RGB (Red+Green+Blue) = 198+141+142=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D8E is #397271. Grayscale: #9E9E9E. Windows color (decimal): -3764850 or 9342406. OLE color: 9342406.

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

Color convert

RGB198141142-
CMYK00.290.280.22
HSL358.95º33.33%66.47%-
HSV(B)358.95º28.79%77.65%-
XYZ37.733.0129.98-
YUV158.16118.88156.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=41.16%
G=29.31%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814114200.290.280.22358.9533.3366.47
HexC68D8E01D1C161672142
Octal306215216035342654741102
Binary11000110100011011000111001110111100101101011001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D8E; }

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

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

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

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

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

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

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

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