#C8AE93

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

Shades of Sour Dough #C8AE93

Tints of Sour Dough #C8AE93

Color information

#C8AE93 (or 0xC8AE93) is unknown color: approx Sour Dough. HEX triplet: C8, AE and 93. RGB value is (200,174,147). Sum of RGB (Red+Green+Blue) = 200+174+147=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE93 is #37516C. Grayscale: #B2B2B2. Windows color (decimal): -3625325 or 9678536. OLE color: 9678536.

HSL color Cylindrical-coordinate representation of color #C8AE93: hue angle of 30.57º degrees, saturation: 0.33, 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 #C8AE93 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200174147-
CMYK00.130.260.22
HSL30.57º32.52%68.04%-
HSV(B)30.57º26.5%78.43%-
XYZ44.2244.6633.89-
YUV178.7110.11143.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=38.39%
G=33.40%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017414700.130.260.2230.5732.5268.04
HexC8AE930D1A161f2144
Octal31025622301532263741104
Binary110010001010111010010011011011101010110111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE93; }

 p { color: rgb(200,174,147); }

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

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

 a { background-color: rgb(200,174,147); }

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

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

 span { border-color: rgb(200,174,147); }

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