Html Css Color HEX #C9B291 Sour Dough

📋 copy color: '#C9B291'

red 201 ◦ green 178 ◦ blue 145

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

Shades of Sour Dough #C9B291

Tints of Sour Dough #C9B291

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.97%

 BLUE value IS 145 (57.03% from 255) = 27.67%

R = 38.36%
G = 33.97%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C9B291 (or 0xC9B291) is known color: Sour Dough. HEX triplet: C9, B2 and 91. RGB value is (201,178,145). Sum of RGB (Red+Green+Blue) = 201+178+145=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B291 is #364D6E. Grayscale: #B5B5B5. Windows color (decimal): -3558767 or 9548489. OLE color: 9548489.

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

Color convert

RGB 201 178 145 -
CMYK 0 0.11 0.28 0.21
HSL 35.36º 0.34% 0.68% -
HSV(B) 35.36º 0.28% 0.79% -
XYZ 45.12 46.3 33.35 -
YUV 181.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 201 178 145 0 0.11 0.28 0.21 35.36 0.34 0.68
Hex C9 B2 91 0 B 1C 15 23 22 44
Octal 311 262 221 0 13 34 25 43 42 104
Binary 11001001 10110010 10010001 0 1011 11100 10101 100011 100010 1000100

Color Harmonies of #C9B291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B291

Black with #C9B291

Text Example


Text Example

White with #C9B291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B291; }

 p { color: rgb(201,178,145); }

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

background-color css

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

 a { background-color: rgb(201,178,145); }

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

border-color css

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

 span { border-color: rgb(201,178,145); }

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