#C3AD97

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

Shades of Sour Dough #C3AD97

Tints of Sour Dough #C3AD97

Color information

#C3AD97 (or 0xC3AD97) is unknown color: approx Sour Dough. HEX triplet: C3, AD and 97. RGB value is (195,173,151). Sum of RGB (Red+Green+Blue) = 195+173+151=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD97 is #3C5268. Grayscale: #B1B1B1. Windows color (decimal): -3953257 or 9940419. OLE color: 9940419.

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

Color convert

RGB195173151-
CMYK00.110.230.24
HSL30º26.83%67.84%-
HSV(B)30º22.56%76.47%-
XYZ43.0443.7235.45-
YUV177.07113.29140.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=37.57%
G=33.33%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517315100.110.230.243026.8367.84
HexC3AD970B17181e1b44
Octal30325522701327303633104
Binary11000011101011011001011101011101111100011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD97; }

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

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

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

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

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

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

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

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