#C68C8F

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

Shades of Puce #C68C8F

Tints of Puce #C68C8F

Color information

#C68C8F (or 0xC68C8F) is unknown color: approx Puce. HEX triplet: C6, 8C and 8F. RGB value is (198,140,143). Sum of RGB (Red+Green+Blue) = 198+140+143=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C8F is #397370. Grayscale: #9D9D9D. Windows color (decimal): -3765105 or 9407686. OLE color: 9407686.

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

Color convert

RGB198140143-
CMYK00.290.280.22
HSL356.9º33.72%66.27%-
HSV(B)356.9º29.29%77.65%-
XYZ37.6232.7530.32-
YUV157.68119.72156.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=41.16%
G=29.11%
B=29.73%

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
Decimal19814014300.290.280.22356.933.7266.27
HexC68C8F01D1C161652242
Octal306214217035342654542102
Binary11000110100011001000111101110111100101101011001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C8F; }

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

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

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

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

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

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

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

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