#C9B291

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

Shades of Sour Dough #C9B291

Tints of Sour Dough #C9B291

Color information

#C9B291 (or 0xC9B291) is unknown color: approx Sour Dough. HEX triplet: C9, B2 and 91. RGB value is (201,178,145). Sum of RGB (Red+Green+Blue) = 201+178+145=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B291 is #364D6E. Grayscale: #B5B5B5. Windows color (decimal): -3558767 or 9548489. OLE color: 9548489.

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

Color convert

RGB201178145-
CMYK00.110.280.21
HSL35.36º34.15%67.84%-
HSV(B)35.36º27.86%78.82%-
XYZ45.1246.333.35-
YUV181.11107.62142.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=38.36%
G=33.97%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117814500.110.280.2135.3634.1567.84
HexC9B2910B1C15232244
Octal31126222101334254342104
Binary1100100110110010100100010101111100101011000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B291; }

 p { color: rgb(201,178,145); }

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

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

 a { background-color: rgb(201,178,145); }

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

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

 span { border-color: rgb(201,178,145); }

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