#C7868D

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

Shades of Puce #C7868D

Tints of Puce #C7868D

Color information

#C7868D (or 0xC7868D) is unknown color: approx Puce. HEX triplet: C7, 86 and 8D. RGB value is (199,134,141). Sum of RGB (Red+Green+Blue) = 199+134+141=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7868D is #387972. Grayscale: #9A9A9A. Windows color (decimal): -3701107 or 9275079. OLE color: 9275079.

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

Color convert

RGB199134141-
CMYK00.330.290.22
HSL353.54º36.72%65.29%-
HSV(B)353.54º32.66%78.04%-
XYZ36.8931.1229.26-
YUV154.23120.53159.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=41.98%
G=28.27%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913414100.330.290.22353.5436.7265.29
HexC7868D0211D161622541
Octal307206215041352654245101
Binary110001111000011010001101010000111101101101011000101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7868D; }

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

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

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

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

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

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

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

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