#C9B393

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

Shades of Sour Dough #C9B393

Tints of Sour Dough #C9B393

Color information

#C9B393 (or 0xC9B393) is unknown color: approx Sour Dough. HEX triplet: C9, B3 and 93. RGB value is (201,179,147). Sum of RGB (Red+Green+Blue) = 201+179+147=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B393 is #364C6C. Grayscale: #B6B6B6. Windows color (decimal): -3558509 or 9679817. OLE color: 9679817.

HSL color Cylindrical-coordinate representation of color #C9B393: hue angle of 35.56º 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 #C9B393 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB201179147-
CMYK00.110.270.21
HSL35.56º33.33%68.24%-
HSV(B)35.56º26.87%78.82%-
XYZ45.4746.7634.23-
YUV181.93108.29141.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=38.14%
G=33.97%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117914700.110.270.2135.5633.3368.24
HexC9B3930B1B15242144
Octal31126322301333254441104
Binary1100100110110011100100110101111011101011001001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B393; }

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

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

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

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

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

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

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

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