Html Css Color HEX #C7B199 Sour Dough

📋 copy color: '#C7B199'

red 199 ◦ green 177 ◦ blue 153

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

Shades of Sour Dough #C7B199

Tints of Sour Dough #C7B199

RGB

 RED value IS 199 (78.13% from 255) = 37.62%

 GREEN value IS 177 (69.53% from 255) = 33.46%

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 37.62%
G = 33.46%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C7B199 (or 0xC7B199) is known color: Sour Dough. HEX triplet: C7, B1 and 99. RGB value is (199,177,153). Sum of RGB (Red+Green+Blue) = 199+177+153=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B199 is #384E66. Grayscale: #B4B4B4. Windows color (decimal): -3690087 or 10072519. OLE color: 10072519.

HSL color Cylindrical-coordinate representation of color #C7B199: hue angle of 31.3º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7B199 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 177 153 -
CMYK 0 0.11 0.23 0.22
HSL 31.3º 0.29% 0.69% -
HSV(B) 31.3º 0.23% 0.78% -
XYZ 45.03 45.89 36.62 -
YUV 180.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 199 177 153 0 0.11 0.23 0.22 31.3 0.29 0.69
Hex C7 B1 99 0 B 17 16 1F 1D 45
Octal 307 261 231 0 13 27 26 37 35 105
Binary 11000111 10110001 10011001 0 1011 10111 10110 11111 11101 1000101

Color Harmonies of #C7B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B199

Black with #C7B199

Text Example


Text Example

White with #C7B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B199; }

 p { color: rgb(199,177,153); }

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

background-color css

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

 a { background-color: rgb(199,177,153); }

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

border-color css

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

 span { border-color: rgb(199,177,153); }

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