#C8B094

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

Shades of Sour Dough #C8B094

Tints of Sour Dough #C8B094

Color information

#C8B094 (or 0xC8B094) is unknown color: approx Sour Dough. HEX triplet: C8, B0 and 94. RGB value is (200,176,148). Sum of RGB (Red+Green+Blue) = 200+176+148=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B094 is #374F6B. Grayscale: #B4B4B4. Windows color (decimal): -3624812 or 9744584. OLE color: 9744584.

HSL color Cylindrical-coordinate representation of color #C8B094: hue angle of 32.31º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8B094 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200176148-
CMYK00.120.260.22
HSL32.31º32.1%68.24%-
HSV(B)32.31º26%78.43%-
XYZ44.6945.4734.44-
YUV179.98109.95142.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=38.17%
G=33.59%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017614800.120.260.2232.3132.168.24
HexC8B0940C1A16202044
Octal31026022401432264040104
Binary1100100010110000100101000110011010101101000001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B094; }

 p { color: rgb(200,176,148); }

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

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

 a { background-color: rgb(200,176,148); }

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

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

 span { border-color: rgb(200,176,148); }

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