#C3AD93

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

Shades of Sour Dough #C3AD93

Tints of Sour Dough #C3AD93

Color information

#C3AD93 (or 0xC3AD93) is unknown color: approx Sour Dough. HEX triplet: C3, AD and 93. RGB value is (195,173,147). Sum of RGB (Red+Green+Blue) = 195+173+147=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD93 is #3C526C. Grayscale: #B0B0B0. Windows color (decimal): -3953261 or 9678275. OLE color: 9678275.

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

Color convert

RGB195173147-
CMYK00.110.250.24
HSL32.5º28.57%67.06%-
HSV(B)32.5º24.62%76.47%-
XYZ42.7243.633.77-
YUV176.61111.29141.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=37.86%
G=33.59%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517314700.110.250.2432.528.5767.06
HexC3AD930B1918211d43
Octal30325522301331304135103
Binary110000111010110110010011010111100111000100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD93; }

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

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

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

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

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

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

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

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