Html Css Color HEX #C9B292 Sour Dough

📋 copy color: '#C9B292'

red 201 ◦ green 178 ◦ blue 146

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

Shades of Sour Dough #C9B292

Tints of Sour Dough #C9B292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.81%

R = 38.29%
G = 33.9%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C9B292 (or 0xC9B292) is known color: Sour Dough. HEX triplet: C9, B2 and 92. RGB value is (201,178,146). Sum of RGB (Red+Green+Blue) = 201+178+146=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B292 is #364D6D. Grayscale: #B5B5B5. Windows color (decimal): -3558766 or 9614025. OLE color: 9614025.

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

Color convert

RGB 201 178 146 -
CMYK 0 0.11 0.27 0.21
HSL 34.91º 0.34% 0.68% -
HSV(B) 34.91º 0.27% 0.79% -
XYZ 45.2 46.33 33.76 -
YUV 181.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 201 178 146 0 0.11 0.27 0.21 34.91 0.34 0.68
Hex C9 B2 92 0 B 1B 15 23 22 44
Octal 311 262 222 0 13 33 25 43 42 104
Binary 11001001 10110010 10010010 0 1011 11011 10101 100011 100010 1000100

Color Harmonies of #C9B292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B292

Black with #C9B292

Text Example


Text Example

White with #C9B292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B292; }

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

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

background-color css

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

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

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

border-color css

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

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

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