Html Css Color HEX #C9B992 Sour Dough

📋 copy color: '#C9B992'

red 201 ◦ green 185 ◦ blue 146

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

Shades of Sour Dough #C9B992

Tints of Sour Dough #C9B992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

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

R = 37.78%
G = 34.77%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C9B992 (or 0xC9B992) is known color: Sour Dough. HEX triplet: C9, B9 and 92. RGB value is (201,185,146). Sum of RGB (Red+Green+Blue) = 201+185+146=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B992 is #36466D. Grayscale: #B9B9B9. Windows color (decimal): -3556974 or 9615817. OLE color: 9615817.

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

Color convert

RGB 201 185 146 -
CMYK 0 0.08 0.27 0.21
HSL 42.55º 0.34% 0.68% -
HSV(B) 42.55º 0.27% 0.79% -
XYZ 46.62 49.19 34.23 -
YUV 185.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 201 185 146 0 0.08 0.27 0.21 42.55 0.34 0.68
Hex C9 B9 92 0 8 1B 15 2B 22 44
Octal 311 271 222 0 10 33 25 53 42 104
Binary 11001001 10111001 10010010 0 1000 11011 10101 101011 100010 1000100

Color Harmonies of #C9B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B992

Black with #C9B992

Text Example


Text Example

White with #C9B992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B992; }

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

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

background-color css

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

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

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

border-color css

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

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

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