#C9B79E

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

Shades of Sour Dough #C9B79E

Tints of Sour Dough #C9B79E

Color information

#C9B79E (or 0xC9B79E) is unknown color: approx Sour Dough. HEX triplet: C9, B7 and 9E. RGB value is (201,183,158). Sum of RGB (Red+Green+Blue) = 201+183+158=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B79E is #364861. Grayscale: #B9B9B9. Windows color (decimal): -3557474 or 10401737. OLE color: 10401737.

HSL color Cylindrical-coordinate representation of color #C9B79E: hue angle of 34.88º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B79E is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB201183158-
CMYK00.090.210.21
HSL34.88º28.48%70.39%-
HSV(B)34.88º21.39%78.82%-
XYZ47.1948.7539.27-
YUV185.53112.46139.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=37.08%
G=33.76%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118315800.090.210.2134.8828.4870.39
HexC9B79E091515231c46
Octal31126723601125254334106
Binary110010011011011110011110010011010110101100011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B79E; }

 p { color: rgb(201,183,158); }

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

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

 a { background-color: rgb(201,183,158); }

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

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

 span { border-color: rgb(201,183,158); }

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