#C6868B

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

Shades of Puce #C6868B

Tints of Puce #C6868B

Color information

#C6868B (or 0xC6868B) is unknown color: approx Puce. HEX triplet: C6, 86 and 8B. RGB value is (198,134,139). Sum of RGB (Red+Green+Blue) = 198+134+139=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6868B is #397974. Grayscale: #999999. Windows color (decimal): -3766645 or 9144006. OLE color: 9144006.

HSL color Cylindrical-coordinate representation of color #C6868B: hue angle of 355.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6868B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB198134139-
CMYK00.320.300.22
HSL355.31º35.96%65.1%-
HSV(B)355.31º32.32%77.65%-
XYZ36.4730.9228.47-
YUV153.71119.7159.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=42.04%
G=28.45%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813413900.320.300.22355.3135.9665.1
HexC6868B0201E161632441
Octal306206213040362654344101
Binary110001101000011010001011010000011110101101011000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6868B; }

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

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

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

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

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

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

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

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