#C7B19F

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

Shades of Grain Brown #C7B19F

Tints of Grain Brown #C7B19F

Color information

#C7B19F (or 0xC7B19F) is unknown color: approx Grain Brown. HEX triplet: C7, B1 and 9F. RGB value is (199,177,159). Sum of RGB (Red+Green+Blue) = 199+177+159=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B19F is #384E60. Grayscale: #B5B5B5. Windows color (decimal): -3690081 or 10465735. OLE color: 10465735.

HSL color Cylindrical-coordinate representation of color #C7B19F: hue angle of 27º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7B19F is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB199177159-
CMYK00.110.200.22
HSL27º26.32%70.2%-
HSV(B)27º20.1%78.04%-
XYZ45.5346.0939.3-
YUV181.53115.29140.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=37.20%
G=33.08%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917715900.110.200.222726.3270.2
HexC7B19F0B14161b1a46
Octal30726123701324263332106
Binary11000111101100011001111101011101001011011011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B19F; }

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

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

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

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

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

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

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

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