#C8B59D

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

Shades of Sour Dough #C8B59D

Tints of Sour Dough #C8B59D

Color information

#C8B59D (or 0xC8B59D) is unknown color: approx Sour Dough. HEX triplet: C8, B5 and 9D. RGB value is (200,181,157). Sum of RGB (Red+Green+Blue) = 200+181+157=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B59D is #374A62. Grayscale: #B8B8B8. Windows color (decimal): -3623523 or 10335688. OLE color: 10335688.

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

Color convert

RGB200181157-
CMYK00.090.220.22
HSL33.49º28.1%70%-
HSV(B)33.49º21.5%78.43%-
XYZ46.4347.7638.67-
YUV183.94112.79139.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=37.17%
G=33.64%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018115700.090.220.2233.4928.170
HexC8B59D091616211c46
Octal31026523501126264134106
Binary110010001011010110011101010011011010110100001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B59D; }

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

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

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

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

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

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

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

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