Html Css Color HEX #C5B39B Sour Dough

📋 copy color: '#C5B39B'

red 197 ◦ green 179 ◦ blue 155

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

Shades of Sour Dough #C5B39B

Tints of Sour Dough #C5B39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.19%

R = 37.1%
G = 33.71%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5B39B (or 0xC5B39B) is known color: Sour Dough. HEX triplet: C5, B3 and 9B. RGB value is (197,179,155). Sum of RGB (Red+Green+Blue) = 197+179+155=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B39B is #3A4C64. Grayscale: #B5B5B5. Windows color (decimal): -3820645 or 10204101. OLE color: 10204101.

HSL color Cylindrical-coordinate representation of color #C5B39B: hue angle of 34.29º 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 #C5B39B is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 155 -
CMYK 0 0.09 0.21 0.23
HSL 34.29º 0.27% 0.69% -
HSV(B) 34.29º 0.21% 0.77% -
XYZ 45.06 46.48 37.61 -
YUV 181.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 197 179 155 0 0.09 0.21 0.23 34.29 0.27 0.69
Hex C5 B3 9B 0 9 15 17 22 1B 45
Octal 305 263 233 0 11 25 27 42 33 105
Binary 11000101 10110011 10011011 0 1001 10101 10111 100010 11011 1000101

Color Harmonies of #C5B39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B39B

Black with #C5B39B

Text Example


Text Example

White with #C5B39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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