#C8B69E

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

Shades of Sour Dough #C8B69E

Tints of Sour Dough #C8B69E

Color information

#C8B69E (or 0xC8B69E) is unknown color: approx Sour Dough. HEX triplet: C8, B6 and 9E. RGB value is (200,182,158). Sum of RGB (Red+Green+Blue) = 200+182+158=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B69E is #374961. Grayscale: #B8B8B8. Windows color (decimal): -3623266 or 10401480. OLE color: 10401480.

HSL color Cylindrical-coordinate representation of color #C8B69E: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8B69E is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB200182158-
CMYK00.090.210.22
HSL34.29º27.63%70.2%-
HSV(B)34.29º21%78.43%-
XYZ46.7248.239.19-
YUV184.65112.96138.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.04%
GREEN value IS 182 (71.48% from 255) = 33.70%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=37.04%
G=33.70%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018215800.090.210.2234.2927.6370.2
HexC8B69E091516221c46
Octal31026623601125264234106
Binary110010001011011010011110010011010110110100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B69E; }

 p { color: rgb(200,182,158); }

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

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

 a { background-color: rgb(200,182,158); }

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

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

 span { border-color: rgb(200,182,158); }

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