#C9B093

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

Shades of Sour Dough #C9B093

Tints of Sour Dough #C9B093

Color information

#C9B093 (or 0xC9B093) is unknown color: approx Sour Dough. HEX triplet: C9, B0 and 93. RGB value is (201,176,147). Sum of RGB (Red+Green+Blue) = 201+176+147=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B093 is #364F6C. Grayscale: #B4B4B4. Windows color (decimal): -3559277 or 9679049. OLE color: 9679049.

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

Color convert

RGB201176147-
CMYK00.120.270.21
HSL32.22º33.33%68.24%-
HSV(B)32.22º26.87%78.82%-
XYZ44.8845.5734.04-
YUV180.17109.28142.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=38.36%
G=33.59%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117614700.120.270.2132.2233.3368.24
HexC9B0930C1B15202144
Octal31126022301433254041104
Binary1100100110110000100100110110011011101011000001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B093; }

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

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

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

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

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

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

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

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