#C7B094

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

Shades of Sour Dough #C7B094

Tints of Sour Dough #C7B094

Color information

#C7B094 (or 0xC7B094) is unknown color: approx Sour Dough. HEX triplet: C7, B0 and 94. RGB value is (199,176,148). Sum of RGB (Red+Green+Blue) = 199+176+148=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B094 is #384F6B. Grayscale: #B3B3B3. Windows color (decimal): -3690348 or 9744583. OLE color: 9744583.

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

Color convert

RGB199176148-
CMYK00.120.260.22
HSL32.94º31.29%68.04%-
HSV(B)32.94º25.63%78.04%-
XYZ44.4245.3334.43-
YUV179.68110.12141.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.05%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=38.05%
G=33.65%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917614800.120.260.2232.9431.2968.04
HexC7B0940C1A16211f44
Octal30726022401432264137104
Binary110001111011000010010100011001101010110100001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B094; }

 p { color: rgb(199,176,148); }

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

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

 a { background-color: rgb(199,176,148); }

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

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

 span { border-color: rgb(199,176,148); }

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