#C5B291

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

Shades of Sour Dough #C5B291

Tints of Sour Dough #C5B291

Color information

#C5B291 (or 0xC5B291) is unknown color: approx Sour Dough. HEX triplet: C5, B2 and 91. RGB value is (197,178,145). Sum of RGB (Red+Green+Blue) = 197+178+145=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B291 is #3A4D6E. Grayscale: #B4B4B4. Windows color (decimal): -3820911 or 9548485. OLE color: 9548485.

HSL color Cylindrical-coordinate representation of color #C5B291: hue angle of 38.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5B291 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB197178145-
CMYK00.100.260.23
HSL38.08º30.95%67.06%-
HSV(B)38.08º26.4%77.25%-
XYZ44.0645.7633.3-
YUV179.92108.29140.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=37.88%
G=34.23%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717814500.100.260.2338.0830.9567.06
HexC5B2910A1A17261f43
Octal30526222101232274637103
Binary110001011011001010010001010101101010111100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B291; }

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

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

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

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

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

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

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

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