Html Css Color HEX #C9B295 Sour Dough

📋 copy color: '#C9B295'

red 201 ◦ green 178 ◦ blue 149

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

Shades of Sour Dough #C9B295

Tints of Sour Dough #C9B295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.22%

R = 38.07%
G = 33.71%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C9B295 (or 0xC9B295) is known color: Sour Dough. HEX triplet: C9, B2 and 95. RGB value is (201,178,149). Sum of RGB (Red+Green+Blue) = 201+178+149=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B295 is #364D6A. Grayscale: #B5B5B5. Windows color (decimal): -3558763 or 9810633. OLE color: 9810633.

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

Color convert

RGB 201 178 149 -
CMYK 0 0.11 0.26 0.21
HSL 33.46º 0.33% 0.69% -
HSV(B) 33.46º 0.26% 0.79% -
XYZ 45.43 46.43 35 -
YUV 181.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 201 178 149 0 0.11 0.26 0.21 33.46 0.33 0.69
Hex C9 B2 95 0 B 1A 15 21 20 45
Octal 311 262 225 0 13 32 25 41 40 105
Binary 11001001 10110010 10010101 0 1011 11010 10101 100001 100000 1000101

Color Harmonies of #C9B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B295

Black with #C9B295

Text Example


Text Example

White with #C9B295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B295; }

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

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

background-color css

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

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

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

border-color css

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

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

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