Html Css Color HEX #C9B297 Sour Dough

📋 copy color: '#C9B297'

red 201 ◦ green 178 ◦ blue 151

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

Shades of Sour Dough #C9B297

Tints of Sour Dough #C9B297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.49%

R = 37.92%
G = 33.58%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C9B297 (or 0xC9B297) is known color: Sour Dough. HEX triplet: C9, B2 and 97. RGB value is (201,178,151). Sum of RGB (Red+Green+Blue) = 201+178+151=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B297 is #364D68. Grayscale: #B5B5B5. Windows color (decimal): -3558761 or 9941705. OLE color: 9941705.

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

Color convert

RGB 201 178 151 -
CMYK 0 0.11 0.25 0.21
HSL 32.4º 0.32% 0.69% -
HSV(B) 32.4º 0.25% 0.79% -
XYZ 45.59 46.49 35.85 -
YUV 181.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 201 178 151 0 0.11 0.25 0.21 32.4 0.32 0.69
Hex C9 B2 97 0 B 19 15 20 20 45
Octal 311 262 227 0 13 31 25 40 40 105
Binary 11001001 10110010 10010111 0 1011 11001 10101 100000 100000 1000101

Color Harmonies of #C9B297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B297

Black with #C9B297

Text Example


Text Example

White with #C9B297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B297; }

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

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

background-color css

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

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

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

border-color css

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

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

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