#C8B295

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

Shades of Sour Dough #C8B295

Tints of Sour Dough #C8B295

Color information

#C8B295 (or 0xC8B295) is unknown color: approx Sour Dough. HEX triplet: C8, B2 and 95. RGB value is (200,178,149). Sum of RGB (Red+Green+Blue) = 200+178+149=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B295 is #374D6A. Grayscale: #B5B5B5. Windows color (decimal): -3624299 or 9810632. OLE color: 9810632.

HSL color Cylindrical-coordinate representation of color #C8B295: hue angle of 34.12º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8B295 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200178149-
CMYK00.110.260.22
HSL34.12º31.68%68.43%-
HSV(B)34.12º25.5%78.43%-
XYZ45.1646.2934.99-
YUV181.27109.79141.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=37.95%
G=33.78%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017814900.110.260.2234.1231.6868.43
HexC8B2950B1A16222044
Octal31026222501332264240104
Binary1100100010110010100101010101111010101101000101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B295; }

 p { color: rgb(200,178,149); }

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

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

 a { background-color: rgb(200,178,149); }

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

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

 span { border-color: rgb(200,178,149); }

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