#C1AC93

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

Shades of Sour Dough #C1AC93

Tints of Sour Dough #C1AC93

Color information

#C1AC93 (or 0xC1AC93) is unknown color: approx Sour Dough. HEX triplet: C1, AC and 93. RGB value is (193,172,147). Sum of RGB (Red+Green+Blue) = 193+172+147=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC93 is #3E536C. Grayscale: #AFAFAF. Windows color (decimal): -4084589 or 9678017. OLE color: 9678017.

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

Color convert

RGB193172147-
CMYK00.110.240.24
HSL32.61º27.06%66.67%-
HSV(B)32.61º23.83%75.69%-
XYZ42.0142.9533.68-
YUV175.43111.96140.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=37.70%
G=33.59%
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.24
SystemRedGreenBlueCMYKHSL
Decimal19317214700.110.240.2432.6127.0666.67
HexC1AC930B1818211b43
Octal30125422301330304133103
Binary110000011010110010010011010111100011000100001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC93; }

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

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

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

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

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

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

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

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