Html Css Color HEX #C5AD92 Sour Dough

📋 copy color: '#C5AD92'

red 197 ◦ green 173 ◦ blue 146

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

Shades of Sour Dough #C5AD92

Tints of Sour Dough #C5AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.53%

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 38.18%
G = 33.53%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C5AD92 (or 0xC5AD92) is known color: Sour Dough. HEX triplet: C5, AD and 92. RGB value is (197,173,146). Sum of RGB (Red+Green+Blue) = 197+173+146=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD92 is #3A526D. Grayscale: #B1B1B1. Windows color (decimal): -3822190 or 9612741. OLE color: 9612741.

HSL color Cylindrical-coordinate representation of color #C5AD92: hue angle of 31.76º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5AD92 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 173 146 -
CMYK 0 0.12 0.26 0.23
HSL 31.76º 0.31% 0.67% -
HSV(B) 31.76º 0.26% 0.77% -
XYZ 43.16 43.83 33.38 -
YUV 177.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 197 173 146 0 0.12 0.26 0.23 31.76 0.31 0.67
Hex C5 AD 92 0 C 1A 17 20 1F 43
Octal 305 255 222 0 14 32 27 40 37 103
Binary 11000101 10101101 10010010 0 1100 11010 10111 100000 11111 1000011

Color Harmonies of #C5AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD92

Black with #C5AD92

Text Example


Text Example

White with #C5AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD92; }

 p { color: rgb(197,173,146); }

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

background-color css

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

 a { background-color: rgb(197,173,146); }

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

border-color css

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

 span { border-color: rgb(197,173,146); }

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