#C8AF95

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

Shades of Sour Dough #C8AF95

Tints of Sour Dough #C8AF95

Color information

#C8AF95 (or 0xC8AF95) is unknown color: approx Sour Dough. HEX triplet: C8, AF and 95. RGB value is (200,175,149). Sum of RGB (Red+Green+Blue) = 200+175+149=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF95 is #37506A. Grayscale: #B3B3B3. Windows color (decimal): -3625067 or 9809864. OLE color: 9809864.

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

Color convert

RGB200175149-
CMYK00.120.260.22
HSL30.59º31.68%68.43%-
HSV(B)30.59º25.5%78.43%-
XYZ44.5745.1134.79-
YUV179.51110.78142.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=38.17%
G=33.40%
B=28.44%

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
Decimal20017514900.120.260.2230.5931.6868.43
HexC8AF950C1A161f2044
Octal31025722501432263740104
Binary110010001010111110010101011001101010110111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF95; }

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

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

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

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

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

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

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

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