#C7869F

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

Shades of Puce #C7869F

Tints of Puce #C7869F

Color information

#C7869F (or 0xC7869F) is unknown color: approx Puce. HEX triplet: C7, 86 and 9F. RGB value is (199,134,159). Sum of RGB (Red+Green+Blue) = 199+134+159=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7869F is #387960. Grayscale: #9C9C9C. Windows color (decimal): -3701089 or 10454727. OLE color: 10454727.

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

Color convert

RGB199134159-
CMYK00.330.200.22
HSL336.92º36.72%65.29%-
HSV(B)336.92º32.66%78.04%-
XYZ38.3431.736.9-
YUV156.28129.53158.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=40.45%
G=27.24%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913415900.330.200.22336.9236.7265.29
HexC7869F02114161512541
Octal307206237041242652145101
Binary110001111000011010011111010000110100101101010100011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7869F; }

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

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

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

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

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

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

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

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