#C5B190

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

Shades of Sour Dough #C5B190

Tints of Sour Dough #C5B190

Color information

#C5B190 (or 0xC5B190) is unknown color: approx Sour Dough. HEX triplet: C5, B1 and 90. RGB value is (197,177,144). Sum of RGB (Red+Green+Blue) = 197+177+144=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B190 is #3A4E6F. Grayscale: #B3B3B3. Windows color (decimal): -3821168 or 9482693. OLE color: 9482693.

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

Color convert

RGB197177144-
CMYK00.100.270.23
HSL37.36º31.36%66.86%-
HSV(B)37.36º26.9%77.25%-
XYZ43.7845.3332.83-
YUV179.22108.13140.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.03%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=38.03%
G=34.17%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717714400.100.270.2337.3631.3666.86
HexC5B1900A1B17251f43
Octal30526122001233274537103
Binary110001011011000110010000010101101110111100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B190; }

 p { color: rgb(197,177,144); }

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

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

 a { background-color: rgb(197,177,144); }

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

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

 span { border-color: rgb(197,177,144); }

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