Html Css Color HEX #C7B390 Sour Dough

📋 copy color: '#C7B390'

red 199 ◦ green 179 ◦ blue 144

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

Shades of Sour Dough #C7B390

Tints of Sour Dough #C7B390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.29%

 BLUE value IS 144 (56.64% from 255) = 27.59%

R = 38.12%
G = 34.29%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7B390 (or 0xC7B390) is known color: Sour Dough. HEX triplet: C7, B3 and 90. RGB value is (199,179,144). Sum of RGB (Red+Green+Blue) = 199+179+144=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B390 is #384C6F. Grayscale: #B5B5B5. Windows color (decimal): -3689584 or 9483207. OLE color: 9483207.

HSL color Cylindrical-coordinate representation of color #C7B390: hue angle of 38.18º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7B390 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 144 -
CMYK 0 0.10 0.28 0.22
HSL 38.18º 0.33% 0.67% -
HSV(B) 38.18º 0.28% 0.78% -
XYZ 44.71 46.4 32.98 -
YUV 180.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 199 179 144 0 0.10 0.28 0.22 38.18 0.33 0.67
Hex C7 B3 90 0 A 1C 16 26 21 43
Octal 307 263 220 0 12 34 26 46 41 103
Binary 11000111 10110011 10010000 0 1010 11100 10110 100110 100001 1000011

Color Harmonies of #C7B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B390

Black with #C7B390

Text Example


Text Example

White with #C7B390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B390; }

 p { color: rgb(199,179,144); }

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

background-color css

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

 a { background-color: rgb(199,179,144); }

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

border-color css

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

 span { border-color: rgb(199,179,144); }

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