#C8B49D

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

Shades of Sour Dough #C8B49D

Tints of Sour Dough #C8B49D

Color information

#C8B49D (or 0xC8B49D) is unknown color: approx Sour Dough. HEX triplet: C8, B4 and 9D. RGB value is (200,180,157). Sum of RGB (Red+Green+Blue) = 200+180+157=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B49D is #374B62. Grayscale: #B7B7B7. Windows color (decimal): -3623779 or 10335432. OLE color: 10335432.

HSL color Cylindrical-coordinate representation of color #C8B49D: hue angle of 32.09º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8B49D is Cyan = 0, Magento = 0.1, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200180157-
CMYK00.10.220.22
HSL32.09º28.1%70%-
HSV(B)32.09º21.5%78.43%-
XYZ46.2347.3638.6-
YUV183.36113.13139.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.24%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=37.24%
G=33.52%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018015700.10.220.2232.0928.170
HexC8B49D0A1616201c46
Octal31026423501226264034106
Binary110010001011010010011101010101011010110100000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B49D; }

 p { color: rgb(200,180,157); }

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

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

 a { background-color: rgb(200,180,157); }

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

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

 span { border-color: rgb(200,180,157); }

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