#C3AC92

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

Shades of Sour Dough #C3AC92

Tints of Sour Dough #C3AC92

Color information

#C3AC92 (or 0xC3AC92) is unknown color: approx Sour Dough. HEX triplet: C3, AC and 92. RGB value is (195,172,146). Sum of RGB (Red+Green+Blue) = 195+172+146=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AC92 is #3C536D. Grayscale: #B0B0B0. Windows color (decimal): -3953518 or 9612483. OLE color: 9612483.

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

Color convert

RGB195172146-
CMYK00.120.250.24
HSL31.84º28.99%66.86%-
HSV(B)31.84º25.13%76.47%-
XYZ42.4543.1833.29-
YUV175.91111.12141.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=38.01%
G=33.53%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517214600.120.250.2431.8428.9966.86
HexC3AC920C1918201d43
Octal30325422201431304035103
Binary110000111010110010010010011001100111000100000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC92; }

 p { color: rgb(195,172,146); }

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

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

 a { background-color: rgb(195,172,146); }

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

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

 span { border-color: rgb(195,172,146); }

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