#C7868B

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

Shades of Puce #C7868B

Tints of Puce #C7868B

Color information

#C7868B (or 0xC7868B) is unknown color: approx Puce. HEX triplet: C7, 86 and 8B. RGB value is (199,134,139). Sum of RGB (Red+Green+Blue) = 199+134+139=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7868B is #387974. Grayscale: #9A9A9A. Windows color (decimal): -3701109 or 9144007. OLE color: 9144007.

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

Color convert

RGB199134139-
CMYK00.330.300.22
HSL355.38º36.72%65.29%-
HSV(B)355.38º32.66%78.04%-
XYZ36.7431.0628.48-
YUV154119.53160.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=42.16%
G=28.39%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913413900.330.300.22355.3836.7265.29
HexC7868B0211E161632541
Octal307206213041362654345101
Binary110001111000011010001011010000111110101101011000111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7868B; }

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

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

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

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

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

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

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

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