Html Css Color HEX #C9B698 Sour Dough

📋 copy color: '#C9B698'

red 201 ◦ green 182 ◦ blue 152

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

Shades of Sour Dough #C9B698

Tints of Sour Dough #C9B698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

 BLUE value IS 152 (59.77% from 255) = 28.41%

R = 37.57%
G = 34.02%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C9B698 (or 0xC9B698) is known color: Sour Dough. HEX triplet: C9, B6 and 98. RGB value is (201,182,152). Sum of RGB (Red+Green+Blue) = 201+182+152=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B698 is #364967. Grayscale: #B8B8B8. Windows color (decimal): -3557736 or 10008265. OLE color: 10008265.

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

Color convert

RGB 201 182 152 -
CMYK 0 0.09 0.24 0.21
HSL 36.73º 0.31% 0.69% -
HSV(B) 36.73º 0.24% 0.79% -
XYZ 46.48 48.14 36.55 -
YUV 184.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 201 182 152 0 0.09 0.24 0.21 36.73 0.31 0.69
Hex C9 B6 98 0 9 18 15 25 1F 45
Octal 311 266 230 0 11 30 25 45 37 105
Binary 11001001 10110110 10011000 0 1001 11000 10101 100101 11111 1000101

Color Harmonies of #C9B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B698

Black with #C9B698

Text Example


Text Example

White with #C9B698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B698; }

 p { color: rgb(201,182,152); }

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

background-color css

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

 a { background-color: rgb(201,182,152); }

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

border-color css

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

 span { border-color: rgb(201,182,152); }

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