#C8B192

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

Shades of Sour Dough #C8B192

Tints of Sour Dough #C8B192

Color information

#C8B192 (or 0xC8B192) is unknown color: approx Sour Dough. HEX triplet: C8, B1 and 92. RGB value is (200,177,146). Sum of RGB (Red+Green+Blue) = 200+177+146=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B192 is #374E6D. Grayscale: #B4B4B4. Windows color (decimal): -3624558 or 9613768. OLE color: 9613768.

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

Color convert

RGB200177146-
CMYK00.120.270.22
HSL34.44º32.93%67.84%-
HSV(B)34.44º27%78.43%-
XYZ44.7345.833.68-
YUV180.34108.62142.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=38.24%
G=33.84%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017714600.120.270.2234.4432.9367.84
HexC8B1920C1B16222144
Octal31026122201433264241104
Binary1100100010110001100100100110011011101101000101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B192; }

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

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

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

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

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

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

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

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