#C8AF92

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

Shades of Sour Dough #C8AF92

Tints of Sour Dough #C8AF92

Color information

#C8AF92 (or 0xC8AF92) is unknown color: approx Sour Dough. HEX triplet: C8, AF and 92. RGB value is (200,175,146). Sum of RGB (Red+Green+Blue) = 200+175+146=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF92 is #37506D. Grayscale: #B3B3B3. Windows color (decimal): -3625070 or 9613256. OLE color: 9613256.

HSL color Cylindrical-coordinate representation of color #C8AF92: hue angle of 32.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8AF92 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB200175146-
CMYK00.120.270.22
HSL32.22º32.93%67.84%-
HSV(B)32.22º27%78.43%-
XYZ44.3445.0133.55-
YUV179.17109.28142.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=38.39%
G=33.59%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017514600.120.270.2232.2232.9367.84
HexC8AF920C1B16202144
Octal31025722201433264041104
Binary1100100010101111100100100110011011101101000001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF92; }

 p { color: rgb(200,175,146); }

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

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

 a { background-color: rgb(200,175,146); }

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

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

 span { border-color: rgb(200,175,146); }

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