#C7B092

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

Shades of Sour Dough #C7B092

Tints of Sour Dough #C7B092

Color information

#C7B092 (or 0xC7B092) is unknown color: approx Sour Dough. HEX triplet: C7, B0 and 92. RGB value is (199,176,146). Sum of RGB (Red+Green+Blue) = 199+176+146=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B092 is #384F6D. Grayscale: #B3B3B3. Windows color (decimal): -3690350 or 9613511. OLE color: 9613511.

HSL color Cylindrical-coordinate representation of color #C7B092: hue angle of 33.96º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7B092 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB199176146-
CMYK00.120.270.22
HSL33.96º32.12%67.65%-
HSV(B)33.96º26.63%78.04%-
XYZ44.2745.2733.6-
YUV179.46109.12141.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=38.20%
G=33.78%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917614600.120.270.2233.9632.1267.65
HexC7B0920C1B16222044
Octal30726022201433264240104
Binary1100011110110000100100100110011011101101000101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B092; }

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

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

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

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

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

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

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

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