#C8B49C

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

Shades of Sour Dough #C8B49C

Tints of Sour Dough #C8B49C

Color information

#C8B49C (or 0xC8B49C) is unknown color: approx Sour Dough. HEX triplet: C8, B4 and 9C. RGB value is (200,180,156). Sum of RGB (Red+Green+Blue) = 200+180+156=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B49C is #374B63. Grayscale: #B7B7B7. Windows color (decimal): -3623780 or 10269896. OLE color: 10269896.

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

Color convert

RGB200180156-
CMYK00.10.220.22
HSL32.73º28.57%69.8%-
HSV(B)32.73º22%78.43%-
XYZ46.1447.3238.15-
YUV183.24112.63139.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=37.31%
G=33.58%
B=29.10%

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
Decimal20018015600.10.220.2232.7328.5769.8
HexC8B49C0A1616211d46
Octal31026423401226264135106
Binary110010001011010010011100010101011010110100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B49C; }

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

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

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

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

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

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

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

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