#C68B8F

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

Shades of Puce #C68B8F

Tints of Puce #C68B8F

Color information

#C68B8F (or 0xC68B8F) is unknown color: approx Puce. HEX triplet: C6, 8B and 8F. RGB value is (198,139,143). Sum of RGB (Red+Green+Blue) = 198+139+143=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68B8F is #397470. Grayscale: #9D9D9D. Windows color (decimal): -3765361 or 9407430. OLE color: 9407430.

HSL color Cylindrical-coordinate representation of color #C68B8F: hue angle of 355.93º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68B8F is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB198139143-
CMYK00.300.280.22
HSL355.93º34.1%66.08%-
HSV(B)355.93º29.8%77.65%-
XYZ37.4832.4530.28-
YUV157.1120.05157.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=41.25%
G=28.96%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813914300.300.280.22355.9334.166.08
HexC68B8F01E1C161642242
Octal306213217036342654442102
Binary11000110100010111000111101111011100101101011001001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68B8F; }

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

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

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

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

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

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

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

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