#C8B39A

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

Shades of Sour Dough #C8B39A

Tints of Sour Dough #C8B39A

Color information

#C8B39A (or 0xC8B39A) is unknown color: approx Sour Dough. HEX triplet: C8, B3 and 9A. RGB value is (200,179,154). Sum of RGB (Red+Green+Blue) = 200+179+154=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B39A is #374C65. Grayscale: #B6B6B6. Windows color (decimal): -3624038 or 10138568. OLE color: 10138568.

HSL color Cylindrical-coordinate representation of color #C8B39A: hue angle of 32.61º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B39A is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB200179154-
CMYK00.100.230.22
HSL32.61º29.49%69.41%-
HSV(B)32.61º23%78.43%-
XYZ45.7746.8537.2-
YUV182.43111.96140.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.52%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=37.52%
G=33.58%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017915400.100.230.2232.6129.4969.41
HexC8B39A0A1716211d45
Octal31026323201227264135105
Binary110010001011001110011010010101011110110100001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B39A; }

 p { color: rgb(200,179,154); }

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

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

 a { background-color: rgb(200,179,154); }

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

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

 span { border-color: rgb(200,179,154); }

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