#C8B59E

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

Shades of Sour Dough #C8B59E

Tints of Sour Dough #C8B59E

Color information

#C8B59E (or 0xC8B59E) is unknown color: approx Sour Dough. HEX triplet: C8, B5 and 9E. RGB value is (200,181,158). Sum of RGB (Red+Green+Blue) = 200+181+158=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B59E is #374A61. Grayscale: #B8B8B8. Windows color (decimal): -3623522 or 10401224. OLE color: 10401224.

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

Color convert

RGB200181158-
CMYK00.090.210.22
HSL32.86º27.63%70.2%-
HSV(B)32.86º21%78.43%-
XYZ46.5147.839.12-
YUV184.06113.29139.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=37.11%
G=33.58%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018115800.090.210.2232.8627.6370.2
HexC8B59E091516211c46
Octal31026523601125264134106
Binary110010001011010110011110010011010110110100001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B59E; }

 p { color: rgb(200,181,158); }

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

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

 a { background-color: rgb(200,181,158); }

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

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

 span { border-color: rgb(200,181,158); }

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