Html Css Color HEX #C5B499 Sour Dough

📋 copy color: '#C5B499'

red 197 ◦ green 180 ◦ blue 153

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

Shades of Sour Dough #C5B499

Tints of Sour Dough #C5B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.96%

 BLUE value IS 153 (60.16% from 255) = 28.87%

R = 37.17%
G = 33.96%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5B499 (or 0xC5B499) is known color: Sour Dough. HEX triplet: C5, B4 and 99. RGB value is (197,180,153). Sum of RGB (Red+Green+Blue) = 197+180+153=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B499 is #3A4B66. Grayscale: #B6B6B6. Windows color (decimal): -3820391 or 10073285. OLE color: 10073285.

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

Color convert

RGB 197 180 153 -
CMYK 0 0.09 0.22 0.23
HSL 36.82º 0.28% 0.69% -
HSV(B) 36.82º 0.22% 0.77% -
XYZ 45.1 46.81 36.8 -
YUV 182.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 197 180 153 0 0.09 0.22 0.23 36.82 0.28 0.69
Hex C5 B4 99 0 9 16 17 25 1C 45
Octal 305 264 231 0 11 26 27 45 34 105
Binary 11000101 10110100 10011001 0 1001 10110 10111 100101 11100 1000101

Color Harmonies of #C5B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B499

Black with #C5B499

Text Example


Text Example

White with #C5B499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B499; }

 p { color: rgb(197,180,153); }

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

background-color css

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

 a { background-color: rgb(197,180,153); }

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

border-color css

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

 span { border-color: rgb(197,180,153); }

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