Html Css Color HEX #C3996F Fallow

📋 copy color: '#C3996F'

red 195 ◦ green 153 ◦ blue 111

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

Shades of Fallow #C3996F

Tints of Fallow #C3996F

RGB

 RED value IS 195 (76.56% from 255) = 42.48%

 GREEN value IS 153 (60.16% from 255) = 33.33%

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 42.48%
G = 33.33%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3996F (or 0xC3996F) is known color: Fallow. HEX triplet: C3, 99 and 6F. RGB value is (195,153,111). Sum of RGB (Red+Green+Blue) = 195+153+111=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3996F is #3C6690. Grayscale: #A0A0A0. Windows color (decimal): -3958417 or 7313859. OLE color: 7313859.

HSL color Cylindrical-coordinate representation of color #C3996F: hue angle of 30º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3996F is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 153 111 -
CMYK 0 0.22 0.43 0.24
HSL 30º 0.41% 0.6% -
HSV(B) 30º 0.43% 0.76% -
XYZ 36.77 35.53 19.96 -
YUV 160.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 195 153 111 0 0.22 0.43 0.24 30 0.41 0.6
Hex C3 99 6F 0 16 2B 18 1E 29 3C
Octal 303 231 157 0 26 53 30 36 51 74
Binary 11000011 10011001 1101111 0 10110 101011 11000 11110 101001 111100

Color Harmonies of #C3996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3996F

Black with #C3996F

Text Example


Text Example

White with #C3996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3996F; }

 p { color: rgb(195,153,111); }

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

background-color css

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

 a { background-color: rgb(195,153,111); }

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

border-color css

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

 span { border-color: rgb(195,153,111); }

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