#C7B69E

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

Shades of Sour Dough #C7B69E

Tints of Sour Dough #C7B69E

Color information

#C7B69E (or 0xC7B69E) is unknown color: approx Sour Dough. HEX triplet: C7, B6 and 9E. RGB value is (199,182,158). Sum of RGB (Red+Green+Blue) = 199+182+158=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B69E is #384961. Grayscale: #B8B8B8. Windows color (decimal): -3688802 or 10401479. OLE color: 10401479.

HSL color Cylindrical-coordinate representation of color #C7B69E: hue angle of 35.12º degrees, saturation: 0.27, 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 #C7B69E is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB199182158-
CMYK00.090.210.22
HSL35.12º26.8%70%-
HSV(B)35.12º20.6%78.04%-
XYZ46.4548.0739.18-
YUV184.35113.13138.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.92%
GREEN value IS 182 (71.48% from 255) = 33.77%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=36.92%
G=33.77%
B=29.31%

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
Decimal19918215800.090.210.2235.1226.870
HexC7B69E091516231b46
Octal30726623601125264333106
Binary110001111011011010011110010011010110110100011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B69E; }

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

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

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

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

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

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

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

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