#C4AE96

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

Shades of Sour Dough #C4AE96

Tints of Sour Dough #C4AE96

Color information

#C4AE96 (or 0xC4AE96) is unknown color: approx Sour Dough. HEX triplet: C4, AE and 96. RGB value is (196,174,150). Sum of RGB (Red+Green+Blue) = 196+174+150=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AE96 is #3B5169. Grayscale: #B1B1B1. Windows color (decimal): -3887466 or 9875140. OLE color: 9875140.

HSL color Cylindrical-coordinate representation of color #C4AE96: hue angle of 31.3º 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 #C4AE96 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196174150-
CMYK00.110.230.23
HSL31.3º28.05%67.84%-
HSV(B)31.3º23.47%76.86%-
XYZ43.4144.2135.1-
YUV177.84112.29140.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=37.69%
G=33.46%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617415000.110.230.2331.328.0567.84
HexC4AE960B17171f1c44
Octal30425622601327273734104
Binary11000100101011101001011001011101111011111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE96; }

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

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

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

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

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

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

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

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