#C5AD95

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

Shades of Sour Dough #C5AD95

Tints of Sour Dough #C5AD95

Color information

#C5AD95 (or 0xC5AD95) is unknown color: approx Sour Dough. HEX triplet: C5, AD and 95. RGB value is (197,173,149). Sum of RGB (Red+Green+Blue) = 197+173+149=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD95 is #3A526A. Grayscale: #B1B1B1. Windows color (decimal): -3822187 or 9809349. OLE color: 9809349.

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

Color convert

RGB197173149-
CMYK00.120.240.23
HSL30º29.27%67.84%-
HSV(B)30º24.37%77.25%-
XYZ43.3943.9334.63-
YUV177.44111.95141.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=37.96%
G=33.33%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717314900.120.240.233029.2767.84
HexC5AD950C18171e1d44
Octal30525522501430273635104
Binary11000101101011011001010101100110001011111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AD95; }

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

 H1.HeaderClassName
 {
   color: #C5AD95;
 }
 .AnyTagClassName
 {
   color: #C5AD95;
 }
</style>
background-color css

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

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

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

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

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

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