#C9868B

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

Shades of Puce #C9868B

Tints of Puce #C9868B

Color information

#C9868B (or 0xC9868B) is unknown color: approx Puce. HEX triplet: C9, 86 and 8B. RGB value is (201,134,139). Sum of RGB (Red+Green+Blue) = 201+134+139=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9868B is #367974. Grayscale: #9A9A9A. Windows color (decimal): -3570037 or 9144009. OLE color: 9144009.

HSL color Cylindrical-coordinate representation of color #C9868B: hue angle of 355.52º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9868B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB201134139-
CMYK00.330.310.21
HSL355.52º38.29%65.69%-
HSV(B)355.52º33.33%78.82%-
XYZ37.2731.3328.51-
YUV154.6119.2161.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.41%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=42.41%
G=28.27%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113413900.330.310.21355.5238.2965.69
HexC9868B0211F151642642
Octal311206213041372554446102
Binary110010011000011010001011010000111111101011011001001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9868B; }

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

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

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

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

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

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

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

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