#C8B692

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

Shades of Sour Dough #C8B692

Tints of Sour Dough #C8B692

Color information

#C8B692 (or 0xC8B692) is unknown color: approx Sour Dough. HEX triplet: C8, B6 and 92. RGB value is (200,182,146). Sum of RGB (Red+Green+Blue) = 200+182+146=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B692 is #37496D. Grayscale: #B7B7B7. Windows color (decimal): -3623278 or 9615048. OLE color: 9615048.

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

Color convert

RGB200182146-
CMYK00.090.270.22
HSL40º32.93%67.84%-
HSV(B)40º27%78.43%-
XYZ45.7447.8134.01-
YUV183.28106.96139.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=37.88%
G=34.47%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018214600.090.270.224032.9367.84
HexC8B692091B16282144
Octal31026622201133265041104
Binary1100100010110110100100100100111011101101010001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B692; }

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

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

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

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

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

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

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

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