Html Css Color HEX #C5966A Fallow

📋 copy color: '#C5966A'

red 197 ◦ green 150 ◦ blue 106

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

Shades of Fallow #C5966A

Tints of Fallow #C5966A

RGB

 RED value IS 197 (77.34% from 255) = 43.49%

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

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

R = 43.49%
G = 33.11%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5966A (or 0xC5966A) is known color: Fallow. HEX triplet: C5, 96 and 6A. RGB value is (197,150,106). Sum of RGB (Red+Green+Blue) = 197+150+106=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5966A is #3A6995. Grayscale: #9F9F9F. Windows color (decimal): -3828118 or 6985413. OLE color: 6985413.

HSL color Cylindrical-coordinate representation of color #C5966A: hue angle of 29.01º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5966A is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 150 106 -
CMYK 0 0.24 0.46 0.23
HSL 29.01º 0.44% 0.59% -
HSV(B) 29.01º 0.46% 0.77% -
XYZ 36.53 34.72 18.41 -
YUV 159.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 197 150 106 0 0.24 0.46 0.23 29.01 0.44 0.59
Hex C5 96 6A 0 18 2E 17 1D 2C 3B
Octal 305 226 152 0 30 56 27 35 54 73
Binary 11000101 10010110 1101010 0 11000 101110 10111 11101 101100 111011

Color Harmonies of #C5966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5966A

Black with #C5966A

Text Example


Text Example

White with #C5966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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