#c8b596

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

Shades of Sour Dough #C8B596

Tints of Sour Dough #C8B596

Color information

#C8B596 (or 0xC8B596) is unknown color: approx Sour Dough. HEX triplet: C8, B5 and 96. RGB value is (200,181,150). Sum of RGB (Red+Green+Blue) = 200+181+150=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B596 is #374A69. Grayscale: #B7B7B7. Windows color (decimal): -3623530 or 9876936. OLE color: 9876936.

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

Color convert

RGB200181150-
CMYK00.090.250.22
HSL37.2º31.25%68.63%-
HSV(B)37.2º25%78.43%-
XYZ45.8547.5335.61-
YUV183.15109.29140.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=37.66%
G=34.09%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018115000.090.250.2237.231.2568.63
HexC8B596091916251f45
Octal31026522601131264537105
Binary110010001011010110010110010011100110110100101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8b596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8b596; }

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

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

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

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

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

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

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

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