Html Css Color HEX #C5B39D Sour Dough

📋 copy color: '#C5B39D'

red 197 ◦ green 179 ◦ blue 157

#C5B39D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sour Dough #C5B39D

Tints of Sour Dough #C5B39D

RGB

 RED value IS 197 (77.34% from 255) = 36.96%

 GREEN value IS 179 (70.31% from 255) = 33.58%

 BLUE value IS 157 (61.72% from 255) = 29.46%

R = 36.96%
G = 33.58%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5B39D (or 0xC5B39D) is known color: Sour Dough. HEX triplet: C5, B3 and 9D. RGB value is (197,179,157). Sum of RGB (Red+Green+Blue) = 197+179+157=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B39D is #3A4C62. Grayscale: #B5B5B5. Windows color (decimal): -3820643 or 10335173. OLE color: 10335173.

HSL color Cylindrical-coordinate representation of color #C5B39D: hue angle of 33º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5B39D is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 157 -
CMYK 0 0.09 0.20 0.23
HSL 33º 0.26% 0.69% -
HSV(B) 33º 0.2% 0.77% -
XYZ 45.23 46.54 38.5 -
YUV 181.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 197 179 157 0 0.09 0.20 0.23 33 0.26 0.69
Hex C5 B3 9D 0 9 14 17 21 1A 45
Octal 305 263 235 0 11 24 27 41 32 105
Binary 11000101 10110011 10011101 0 1001 10100 10111 100001 11010 1000101

Color Harmonies of #C5B39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B39D

Black with #C5B39D

Text Example


Text Example

White with #C5B39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B39D; }

 p { color: rgb(197,179,157); }

 H1.HeaderClassName
 {
   color: #C5B39D;
 }
 .AnyTagClassName
 {
   color: #C5B39D;
 }
</style>

background-color css

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

 a { background-color: rgb(197,179,157); }

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

border-color css

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

 span { border-color: rgb(197,179,157); }

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