#C5AD92

Color #C5AD92 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #C5AD92

Tints of Sour Dough #C5AD92

Color information

#C5AD92 (or 0xC5AD92) is unknown color: approx 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

RGB197173146-
CMYK00.120.260.23
HSL31.76º30.54%67.25%-
HSV(B)31.76º25.89%77.25%-
XYZ43.1643.8333.38-
YUV177.1110.45142.2-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717314600.120.260.2331.7630.5467.25
HexC5AD920C1A17201f43
Octal30525522201432274037103
Binary110001011010110110010010011001101010111100000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>