Html Css Color HEX #C9B298 Sour Dough

📋 copy color: '#C9B298'

red 201 ◦ green 178 ◦ blue 152

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

Shades of Sour Dough #C9B298

Tints of Sour Dough #C9B298

RGB

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

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

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

R = 37.85%
G = 33.52%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C9B298 (or 0xC9B298) is known color: Sour Dough. HEX triplet: C9, B2 and 98. RGB value is (201,178,152). Sum of RGB (Red+Green+Blue) = 201+178+152=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B298 is #364D67. Grayscale: #B6B6B6. Windows color (decimal): -3558760 or 10007241. OLE color: 10007241.

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

Color convert

RGB 201 178 152 -
CMYK 0 0.11 0.24 0.21
HSL 31.84º 0.31% 0.69% -
HSV(B) 31.84º 0.24% 0.79% -
XYZ 45.68 46.53 36.28 -
YUV 181.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 201 178 152 0 0.11 0.24 0.21 31.84 0.31 0.69
Hex C9 B2 98 0 B 18 15 20 1F 45
Octal 311 262 230 0 13 30 25 40 37 105
Binary 11001001 10110010 10011000 0 1011 11000 10101 100000 11111 1000101

Color Harmonies of #C9B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B298

Black with #C9B298

Text Example


Text Example

White with #C9B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B298; }

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

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

background-color css

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

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

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

border-color css

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

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

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