#C8B290

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

Shades of Sour Dough #C8B290

Tints of Sour Dough #C8B290

Color information

#C8B290 (or 0xC8B290) is unknown color: approx Sour Dough. HEX triplet: C8, B2 and 90. RGB value is (200,178,144). Sum of RGB (Red+Green+Blue) = 200+178+144=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B290 is #374D6F. Grayscale: #B4B4B4. Windows color (decimal): -3624304 or 9482952. OLE color: 9482952.

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

Color convert

RGB200178144-
CMYK00.110.280.22
HSL36.43º33.73%67.45%-
HSV(B)36.43º28%78.43%-
XYZ44.7746.1332.93-
YUV180.7107.29141.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=38.31%
G=34.10%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017814400.110.280.2236.4333.7367.45
HexC8B2900B1C16242243
Octal31026222001334264442103
Binary1100100010110010100100000101111100101101001001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B290; }

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

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

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

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

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

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

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

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