#C4AD96

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

Shades of Sour Dough #C4AD96

Tints of Sour Dough #C4AD96

Color information

#C4AD96 (or 0xC4AD96) is unknown color: approx Sour Dough. HEX triplet: C4, AD and 96. RGB value is (196,173,150). Sum of RGB (Red+Green+Blue) = 196+173+150=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD96 is #3B5269. Grayscale: #B1B1B1. Windows color (decimal): -3887722 or 9874884. OLE color: 9874884.

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

Color convert

RGB196173150-
CMYK00.120.230.23
HSL30º28.05%67.84%-
HSV(B)30º23.47%76.86%-
XYZ43.2143.8235.04-
YUV177.25112.62141.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=37.76%
G=33.33%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617315000.120.230.233028.0567.84
HexC4AD960C17171e1c44
Octal30425522601427273634104
Binary11000100101011011001011001100101111011111110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD96; }

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

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

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

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

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

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

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

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