#C8B694

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

Shades of Sour Dough #C8B694

Tints of Sour Dough #C8B694

Color information

#C8B694 (or 0xC8B694) is unknown color: approx Sour Dough. HEX triplet: C8, B6 and 94. RGB value is (200,182,148). Sum of RGB (Red+Green+Blue) = 200+182+148=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B694 is #37496B. Grayscale: #B7B7B7. Windows color (decimal): -3623276 or 9746120. OLE color: 9746120.

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

Color convert

RGB200182148-
CMYK00.090.260.22
HSL39.23º32.1%68.24%-
HSV(B)39.23º26%78.43%-
XYZ45.8947.8734.84-
YUV183.51107.96139.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 182 (71.48% from 255) = 34.34%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=37.74%
G=34.34%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018214800.090.260.2239.2332.168.24
HexC8B694091A16272044
Octal31026622401132264740104
Binary1100100010110110100101000100111010101101001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B694; }

 p { color: rgb(200,182,148); }

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

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

 a { background-color: rgb(200,182,148); }

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

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

 span { border-color: rgb(200,182,148); }

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