Html Css Color HEX #C7966A Fallow

📋 copy color: '#C7966A'

red 199 ◦ green 150 ◦ blue 106

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

Shades of Fallow #C7966A

Tints of Fallow #C7966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.97%

 BLUE value IS 106 (41.8% from 255) = 23.3%

R = 43.74%
G = 32.97%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7966A (or 0xC7966A) is known color: Fallow. HEX triplet: C7, 96 and 6A. RGB value is (199,150,106). Sum of RGB (Red+Green+Blue) = 199+150+106=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7966A is #386995. Grayscale: #9F9F9F. Windows color (decimal): -3697046 or 6985415. OLE color: 6985415.

HSL color Cylindrical-coordinate representation of color #C7966A: hue angle of 28.39º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7966A is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 106 -
CMYK 0 0.25 0.47 0.22
HSL 28.39º 0.45% 0.6% -
HSV(B) 28.39º 0.47% 0.78% -
XYZ 37.06 35 18.44 -
YUV 159.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 199 150 106 0 0.25 0.47 0.22 28.39 0.45 0.6
Hex C7 96 6A 0 19 2F 16 1C 2D 3C
Octal 307 226 152 0 31 57 26 34 55 74
Binary 11000111 10010110 1101010 0 11001 101111 10110 11100 101101 111100

Color Harmonies of #C7966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7966A

Black with #C7966A

Text Example


Text Example

White with #C7966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7966A; }

 p { color: rgb(199,150,106); }

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

background-color css

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

 a { background-color: rgb(199,150,106); }

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

border-color css

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

 span { border-color: rgb(199,150,106); }

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