#c68c8e

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

Shades of Puce #C68C8E

Tints of Puce #C68C8E

Color information

#C68C8E (or 0xC68C8E) is unknown color: approx Puce. HEX triplet: C6, 8C and 8E. RGB value is (198,140,142). Sum of RGB (Red+Green+Blue) = 198+140+142=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C8E is #397371. Grayscale: #9D9D9D. Windows color (decimal): -3765106 or 9342150. OLE color: 9342150.

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

Color convert

RGB198140142-
CMYK00.290.280.22
HSL357.93º33.72%66.27%-
HSV(B)357.93º29.29%77.65%-
XYZ37.5532.7129.93-
YUV157.57119.22156.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=41.25%
G=29.17%
B=29.58%

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
Decimal19814014200.290.280.22357.9333.7266.27
HexC68C8E01D1C161662242
Octal306214216035342654642102
Binary11000110100011001000111001110111100101101011001101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68c8e; }

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

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

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

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

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

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

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

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