#C4AE95

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

Shades of Sour Dough #C4AE95

Tints of Sour Dough #C4AE95

Color information

#C4AE95 (or 0xC4AE95) is unknown color: approx Sour Dough. HEX triplet: C4, AE and 95. RGB value is (196,174,149). Sum of RGB (Red+Green+Blue) = 196+174+149=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AE95 is #3B516A. Grayscale: #B1B1B1. Windows color (decimal): -3887467 or 9809604. OLE color: 9809604.

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

Color convert

RGB196174149-
CMYK00.110.240.23
HSL31.91º28.48%67.65%-
HSV(B)31.91º23.98%76.86%-
XYZ43.3344.1834.68-
YUV177.73111.79141.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=37.76%
G=33.53%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617414900.110.240.2331.9128.4867.65
HexC4AE950B1817201c44
Octal30425622501330274034104
Binary110001001010111010010101010111100010111100000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE95; }

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

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

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

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

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

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

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

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