#C4AD8F

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

Shades of Sour Dough #C4AD8F

Tints of Sour Dough #C4AD8F

Color information

#C4AD8F (or 0xC4AD8F) is unknown color: approx Sour Dough. HEX triplet: C4, AD and 8F. RGB value is (196,173,143). Sum of RGB (Red+Green+Blue) = 196+173+143=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD8F is #3B5270. Grayscale: #B0B0B0. Windows color (decimal): -3887729 or 9416132. OLE color: 9416132.

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

Color convert

RGB196173143-
CMYK00.120.270.23
HSL33.96º30.99%66.47%-
HSV(B)33.96º27.04%76.86%-
XYZ42.6743.6132.15-
YUV176.46109.12141.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=38.28%
G=33.79%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617314300.120.270.2333.9630.9966.47
HexC4AD8F0C1B17221f42
Octal30425521701433274237102
Binary110001001010110110001111011001101110111100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD8F; }

 p { color: rgb(196,173,143); }

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

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

 a { background-color: rgb(196,173,143); }

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

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

 span { border-color: rgb(196,173,143); }

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