#C9B094

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

Shades of Sour Dough #C9B094

Tints of Sour Dough #C9B094

Color information

#C9B094 (or 0xC9B094) is unknown color: approx Sour Dough. HEX triplet: C9, B0 and 94. RGB value is (201,176,148). Sum of RGB (Red+Green+Blue) = 201+176+148=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B094 is #364F6B. Grayscale: #B4B4B4. Windows color (decimal): -3559276 or 9744585. OLE color: 9744585.

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

Color convert

RGB201176148-
CMYK00.120.260.21
HSL31.7º32.92%68.43%-
HSV(B)31.7º26.37%78.82%-
XYZ44.9645.6134.45-
YUV180.28109.78142.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.29%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=38.29%
G=33.52%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117614800.120.260.2131.732.9268.43
HexC9B0940C1A15202144
Octal31126022401432254041104
Binary1100100110110000100101000110011010101011000001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B094; }

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

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

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

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

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

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

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

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