#C8AF94

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

Shades of Sour Dough #C8AF94

Tints of Sour Dough #C8AF94

Color information

#C8AF94 (or 0xC8AF94) is unknown color: approx Sour Dough. HEX triplet: C8, AF and 94. RGB value is (200,175,148). Sum of RGB (Red+Green+Blue) = 200+175+148=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF94 is #37506B. Grayscale: #B3B3B3. Windows color (decimal): -3625068 or 9744328. OLE color: 9744328.

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

Color convert

RGB200175148-
CMYK00.120.260.22
HSL31.15º32.1%68.24%-
HSV(B)31.15º26%78.43%-
XYZ44.4945.0834.37-
YUV179.4110.28142.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=38.24%
G=33.46%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017514800.120.260.2231.1532.168.24
HexC8AF940C1A161f2044
Octal31025722401432263740104
Binary110010001010111110010100011001101010110111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF94; }

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

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

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

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

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

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

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

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