#C5B19B

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

Shades of Sour Dough #C5B19B

Tints of Sour Dough #C5B19B

Color information

#C5B19B (or 0xC5B19B) is unknown color: approx Sour Dough. HEX triplet: C5, B1 and 9B. RGB value is (197,177,155). Sum of RGB (Red+Green+Blue) = 197+177+155=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B19B is #3A4E64. Grayscale: #B4B4B4. Windows color (decimal): -3821157 or 10203589. OLE color: 10203589.

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

Color convert

RGB197177155-
CMYK00.100.210.23
HSL31.43º26.58%69.02%-
HSV(B)31.43º21.32%77.25%-
XYZ44.6645.6837.47-
YUV180.47113.63139.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.24%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=37.24%
G=33.46%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717715500.100.210.2331.4326.5869.02
HexC5B19B0A15171f1b45
Octal30526123301225273733105
Binary11000101101100011001101101010101011011111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B19B; }

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

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

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

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

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

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

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

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