Html Css Color HEX #C5B597 Sour Dough

📋 copy color: '#C5B597'

red 197 ◦ green 181 ◦ blue 151

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

Shades of Sour Dough #C5B597

Tints of Sour Dough #C5B597

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.22%

 BLUE value IS 151 (59.38% from 255) = 28.54%

R = 37.24%
G = 34.22%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C5B597 (or 0xC5B597) is known color: Sour Dough. HEX triplet: C5, B5 and 97. RGB value is (197,181,151). Sum of RGB (Red+Green+Blue) = 197+181+151=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B597 is #3A4A68. Grayscale: #B6B6B6. Windows color (decimal): -3820137 or 9942469. OLE color: 9942469.

HSL color Cylindrical-coordinate representation of color #C5B597: hue angle of 39.13º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B597 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 151 -
CMYK 0 0.08 0.23 0.23
HSL 39.13º 0.28% 0.68% -
HSV(B) 39.13º 0.23% 0.77% -
XYZ 45.14 47.15 36 -
YUV 182.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 197 181 151 0 0.08 0.23 0.23 39.13 0.28 0.68
Hex C5 B5 97 0 8 17 17 27 1C 44
Octal 305 265 227 0 10 27 27 47 34 104
Binary 11000101 10110101 10010111 0 1000 10111 10111 100111 11100 1000100

Color Harmonies of #C5B597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B597

Black with #C5B597

Text Example


Text Example

White with #C5B597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B597; }

 p { color: rgb(197,181,151); }

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

background-color css

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

 a { background-color: rgb(197,181,151); }

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

border-color css

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

 span { border-color: rgb(197,181,151); }

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