#C4B092

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

Shades of Sour Dough #C4B092

Tints of Sour Dough #C4B092

Color information

#C4B092 (or 0xC4B092) is unknown color: approx Sour Dough. HEX triplet: C4, B0 and 92. RGB value is (196,176,146). Sum of RGB (Red+Green+Blue) = 196+176+146=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B092 is #3B4F6D. Grayscale: #B2B2B2. Windows color (decimal): -3886958 or 9613508. OLE color: 9613508.

HSL color Cylindrical-coordinate representation of color #C4B092: hue angle of 36º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B092 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196176146-
CMYK00.100.260.23
HSL36º29.76%67.06%-
HSV(B)36º25.51%76.86%-
XYZ43.4844.8633.56-
YUV178.56109.63140.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=37.84%
G=33.98%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617614600.100.260.233629.7667.06
HexC4B0920A1A17241e43
Octal30426022201232274436103
Binary110001001011000010010010010101101010111100100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B092; }

 p { color: rgb(196,176,146); }

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

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

 a { background-color: rgb(196,176,146); }

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

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

 span { border-color: rgb(196,176,146); }

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