#C7B598

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

Shades of Sour Dough #C7B598

Tints of Sour Dough #C7B598

Color information

#C7B598 (or 0xC7B598) is unknown color: approx Sour Dough. HEX triplet: C7, B5 and 98. RGB value is (199,181,152). Sum of RGB (Red+Green+Blue) = 199+181+152=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B598 is #384A67. Grayscale: #B7B7B7. Windows color (decimal): -3689064 or 10008007. OLE color: 10008007.

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

Color convert

RGB199181152-
CMYK00.090.240.22
HSL37.02º29.56%68.82%-
HSV(B)37.02º23.62%78.04%-
XYZ45.7447.4636.45-
YUV183.08110.46139.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 152 (59.77% from 255) = 28.57%
R=37.41%
G=34.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918115200.090.240.2237.0229.5668.82
HexC7B598091816251e45
Octal30726523001130264536105
Binary110001111011010110011000010011100010110100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B598; }

 p { color: rgb(199,181,152); }

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

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

 a { background-color: rgb(199,181,152); }

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

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

 span { border-color: rgb(199,181,152); }

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