Html Css Color HEX #C7B38F Sour Dough

📋 copy color: '#C7B38F'

red 199 ◦ green 179 ◦ blue 143

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

Shades of Sour Dough #C7B38F

Tints of Sour Dough #C7B38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.45%

R = 38.2%
G = 34.36%
B = 27.45%

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

#C7B38F (or 0xC7B38F) is known color: Sour Dough. HEX triplet: C7, B3 and 8F. RGB value is (199,179,143). Sum of RGB (Red+Green+Blue) = 199+179+143=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B38F is #384C70. Grayscale: #B5B5B5. Windows color (decimal): -3689585 or 9417671. OLE color: 9417671.

HSL color Cylindrical-coordinate representation of color #C7B38F: hue angle of 38.57º 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 #C7B38F is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 143 -
CMYK 0 0.10 0.28 0.22
HSL 38.57º 0.33% 0.67% -
HSV(B) 38.57º 0.28% 0.78% -
XYZ 44.63 46.37 32.58 -
YUV 180.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 199 179 143 0 0.10 0.28 0.22 38.57 0.33 0.67
Hex C7 B3 8F 0 A 1C 16 27 21 43
Octal 307 263 217 0 12 34 26 47 41 103
Binary 11000111 10110011 10001111 0 1010 11100 10110 100111 100001 1000011

Color Harmonies of #C7B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B38F

Black with #C7B38F

Text Example


Text Example

White with #C7B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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