Html Css Color HEX #C9B392 Sour Dough

📋 copy color: '#C9B392'

red 201 ◦ green 179 ◦ blue 146

#C9B392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sour Dough #C9B392

Tints of Sour Dough #C9B392

RGB

 RED value IS 201 (78.91% from 255) = 38.21%

 GREEN value IS 179 (70.31% from 255) = 34.03%

 BLUE value IS 146 (57.42% from 255) = 27.76%

R = 38.21%
G = 34.03%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C9B392 (or 0xC9B392) is known color: Sour Dough. HEX triplet: C9, B3 and 92. RGB value is (201,179,146). Sum of RGB (Red+Green+Blue) = 201+179+146=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B392 is #364C6D. Grayscale: #B5B5B5. Windows color (decimal): -3558510 or 9614281. OLE color: 9614281.

HSL color Cylindrical-coordinate representation of color #C9B392: hue angle of 36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9B392 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 179 146 -
CMYK 0 0.11 0.27 0.21
HSL 36º 0.34% 0.68% -
HSV(B) 36º 0.27% 0.79% -
XYZ 45.4 46.73 33.82 -
YUV 181.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 201 179 146 0 0.11 0.27 0.21 36 0.34 0.68
Hex C9 B3 92 0 B 1B 15 24 22 44
Octal 311 263 222 0 13 33 25 44 42 104
Binary 11001001 10110011 10010010 0 1011 11011 10101 100100 100010 1000100

Color Harmonies of #C9B392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B392

Black with #C9B392

Text Example


Text Example

White with #C9B392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B392; }

 p { color: rgb(201,179,146); }

 H1.HeaderClassName
 {
   color: #C9B392;
 }
 .AnyTagClassName
 {
   color: #C9B392;
 }
</style>

background-color css

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

 a { background-color: rgb(201,179,146); }

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

border-color css

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

 span { border-color: rgb(201,179,146); }

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