#C7B79B

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

Shades of Sour Dough #C7B79B

Tints of Sour Dough #C7B79B

Color information

#C7B79B (or 0xC7B79B) is unknown color: approx Sour Dough. HEX triplet: C7, B7 and 9B. RGB value is (199,183,155). Sum of RGB (Red+Green+Blue) = 199+183+155=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B79B is #384864. Grayscale: #B8B8B8. Windows color (decimal): -3688549 or 10205127. OLE color: 10205127.

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

Color convert

RGB199183155-
CMYK00.080.220.22
HSL38.18º28.21%69.41%-
HSV(B)38.18º22.11%78.04%-
XYZ46.448.3837.9-
YUV184.59111.3138.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.06%
GREEN value IS 183 (71.88% from 255) = 34.08%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=37.06%
G=34.08%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918315500.080.220.2238.1828.2169.41
HexC7B79B081616261c45
Octal30726723301026264634105
Binary110001111011011110011011010001011010110100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B79B; }

 p { color: rgb(199,183,155); }

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

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

 a { background-color: rgb(199,183,155); }

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

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

 span { border-color: rgb(199,183,155); }

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