#C4AC93

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

Shades of Sour Dough #C4AC93

Tints of Sour Dough #C4AC93

Color information

#C4AC93 (or 0xC4AC93) is unknown color: approx Sour Dough. HEX triplet: C4, AC and 93. RGB value is (196,172,147). Sum of RGB (Red+Green+Blue) = 196+172+147=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AC93 is #3B536C. Grayscale: #B0B0B0. Windows color (decimal): -3887981 or 9678020. OLE color: 9678020.

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

Color convert

RGB196172147-
CMYK00.120.250.23
HSL30.61º29.34%67.25%-
HSV(B)30.61º25%76.86%-
XYZ42.7843.3533.72-
YUV176.33111.45142.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=38.06%
G=33.40%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617214700.120.250.2330.6129.3467.25
HexC4AC930C19171f1d43
Octal30425422301431273735103
Binary11000100101011001001001101100110011011111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC93; }

 p { color: rgb(196,172,147); }

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

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

 a { background-color: rgb(196,172,147); }

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

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

 span { border-color: rgb(196,172,147); }

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