#C1AD97

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

Shades of Sour Dough #C1AD97

Tints of Sour Dough #C1AD97

Color information

#C1AD97 (or 0xC1AD97) is unknown color: approx Sour Dough. HEX triplet: C1, AD and 97. RGB value is (193,173,151). Sum of RGB (Red+Green+Blue) = 193+173+151=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD97 is #3E5268. Grayscale: #B0B0B0. Windows color (decimal): -4084329 or 9940417. OLE color: 9940417.

HSL color Cylindrical-coordinate representation of color #C1AD97: hue angle of 31.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1AD97 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB193173151-
CMYK00.100.220.24
HSL31.43º25.3%67.45%-
HSV(B)31.43º21.76%75.69%-
XYZ42.5243.4635.43-
YUV176.47113.63139.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=37.33%
G=33.46%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317315100.100.220.2431.4325.367.45
HexC1AD970A16181f1943
Octal30125522701226303731103
Binary11000001101011011001011101010101101100011111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD97; }

 p { color: rgb(193,173,151); }

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

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

 a { background-color: rgb(193,173,151); }

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

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

 span { border-color: rgb(193,173,151); }

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